Skip to content

Commit

Permalink
test: in cypress don't wait for breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Feb 6, 2024
1 parent f0107dc commit 89e3810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const slateBeforeEach = (contentType = 'Document') => {
});
cy.visit('/cypress/my-page');
// cy.waitForResourceToLoad('@navigation');
cy.waitForResourceToLoad('@breadcrumbs');
// cy.waitForResourceToLoad('@breadcrumbs');
// cy.waitForResourceToLoad('@actions');
// cy.waitForResourceToLoad('@types');
cy.waitForResourceToLoad('my-page');
Expand Down

0 comments on commit 89e3810

Please sign in to comment.