- Issue created by @callumharrod
- 🇬🇧United Kingdom jessebaker
This is also happening for the URL Alias field. I've added a gif to the summary.
This test should reproduce the issue
it(`Should be possible to remove the page title`, () => {
cy.loadURLandWaitForXBLoaded();
cy.findByTestId('xb-page-data-form')
.findByLabelText('Title')
.should('exist')
.clear()
.should('have.value', '');
});
Active
0.0
Page builder
This is also happening for the URL Alias field. I've added a gif to the summary.