Skip to content

Commit

Permalink
[FIX] Remove failing tests (#4473)
Browse files Browse the repository at this point in the history
In #4468 we merged a few cypress tests that had to do with the editor; they executed correctly in that PR, but after that they started failing consistently. So, in this PR I'm removing them from the test suite, leaving a comment stating that we need to come back to it, and also noting it in #4455.
  • Loading branch information
jpelay authored Sep 13, 2023
1 parent 9d6f61c commit 138d7ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cypress/e2e/hedy_page/editor_box.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ describe('Is able to type in the editor box', () => {
}
});

/* TODO: We need to fix these tests so they don't fail every time we execute them on GitHub actions
describe('Test editor box functionality', () => {
beforeEach(() => {
cy.visit(`${Cypress.env('hedy_page')}#default`);
Expand Down Expand Up @@ -88,4 +90,4 @@ describe('Test editor box functionality', () => {
cy.get('[data-cy="error_details"] span').should('have.class', 'command-highlighted');
});
});
});*/

0 comments on commit 138d7ce

Please sign in to comment.