Skip to content

Commit

Permalink
account for different screen sizes & scrolling (#11205)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad committed Sep 22, 2023
1 parent 50c8650 commit 7639ea5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ context('Designer', () => {
designer.getAddPageButton().click();
cy.wait('@postLayoutSettings').its('response.statusCode').should('eq', 200);
cy.wait('@getLayoutSettings').its('response.statusCode').should('eq', 200);
cy.findByText(texts['general.page'] + '2').should('be.visible');

// Verify navigation button exists in form
designer.getDroppableList().findByRole('listitem', { name: texts['ux_editor.component_navigation_buttons'] }).should('be.visible');
Expand Down

0 comments on commit 7639ea5

Please sign in to comment.