Skip to content

Commit

Permalink
remove all waits to see if test will work
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Nov 16, 2023
1 parent 7938cfd commit 7129a5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export const slateBeforeEach = (contentType = 'Document') => {
path: 'cypress',
});
cy.visit('/cypress/my-page');
cy.waitForResourceToLoad('@navigation');
cy.waitForResourceToLoad('@actions');
cy.waitForResourceToLoad('@types');
cy.waitForResourceToLoad('my-page');
// cy.waitForResourceToLoad('@navigation');
// cy.waitForResourceToLoad('@actions');
// cy.waitForResourceToLoad('@types');
// cy.waitForResourceToLoad('my-page');
cy.navigate('/cypress/my-page/edit');
};

Expand Down

0 comments on commit 7129a5f

Please sign in to comment.