Skip to content

Commit

Permalink
Revert "test(cypress): Fix flaky template test by disabling a check"
Browse files Browse the repository at this point in the history
This reverts commit de20a9f.
  • Loading branch information
mejo- committed Dec 19, 2024
1 parent b8dfaed commit 507ca29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/pages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ describe('Pages', function() {
cy.wait(['@createPage', '@textCreateSession'])

cy.getEditor()
// TODO: Figure out why page doesn't load in edit mode in CI and enable next line
// .should('be.visible')
.should('be.visible')
.contains('This is going to be our template.')

cy.intercept('PUT', '**/_api/*/_pages/*').as('renamePage')
Expand Down

0 comments on commit 507ca29

Please sign in to comment.