Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed Nov 22, 2023
1 parent 927b4e5 commit aca51b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ export const slateBeforeEach = (contentType = 'Document') => {
contentTitle: 'Cypress',
});
cy.createContent({
contentType: contentType,
contentType: 'Document',
contentId: 'my-page',
contentTitle: 'My Page',
path: 'cypress',
});
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 aca51b4

Please sign in to comment.