|
@@ -111,7 +111,6 @@ context('Access to any page', () => {
|
|
|
});
|
|
});
|
|
|
cy.waitUntil(() => {
|
|
cy.waitUntil(() => {
|
|
|
cy.getByTestid('grw-subnav-switcher').within(() => {
|
|
cy.getByTestid('grw-subnav-switcher').within(() => {
|
|
|
- // cy.getByTestid('editor-button').should('be.visible').click();
|
|
|
|
|
cy.getByTestid('editor-button').as('editorButton').should('be.visible');
|
|
cy.getByTestid('editor-button').as('editorButton').should('be.visible');
|
|
|
cy.get('@editorButton').click();
|
|
cy.get('@editorButton').click();
|
|
|
});
|
|
});
|