Skip to content
Snippets Groups Projects
Commit 60c5a027 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Fix mistake from suggestion

parent 950573da
No related branches found
No related tags found
1 merge request!661issue-3498485: fixed false appearing in input text fields
......@@ -89,8 +89,8 @@ describe('Page data form', () => {
.should('have.value', 'XB Needs This For The Time Being');
cy.get('@titleField').focus();
cy.get('@titleField').should('have.value', '');
cy.get('@titleField').clear();
cy.get('@titleField').should('have.value', '');
cy.get('@titleField').type('This is a new title');
cy.get('@titleField').should('have.value', 'This is a new title');
cy.get('button[aria-label="Undo"]').should('be.enabled');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment