diff --git a/cypress/support/index.js b/cypress/support/index.js index a3fd935..ef3948b 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -38,7 +38,7 @@ export const setupBeforeEach = () => { path: 'cypress', }); cy.visit('/cypress/my-page'); - cy.waitForResourceToLoad('@navigation'); + //cy.waitForResourceToLoad('@navigation'); cy.waitForResourceToLoad('@breadcrumbs'); cy.waitForResourceToLoad('@actions'); cy.waitForResourceToLoad('@types');