Skip to content

Commit

Permalink
tests: remove unused call
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 authored Dec 22, 2022
1 parent f6cb005 commit f522b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export const slateBeforeEach = (contentType = 'Document') => {
});
cy.visit('/cypress/my-page');
cy.waitForResourceToLoad('@navigation');
cy.waitForResourceToLoad('@breadcrumbs');
// industry does not call @breadcrumbs
// cy.waitForResourceToLoad('@breadcrumbs');
cy.waitForResourceToLoad('@actions');
cy.waitForResourceToLoad('@types');
cy.waitForResourceToLoad('my-page');
Expand Down

0 comments on commit f522b13

Please sign in to comment.