Skip to content

Commit

Permalink
Merge branch 'main' into remove-old-stats-and-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne authored Sep 13, 2023
2 parents 1bd4483 + 138d7ce commit 597b868
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 597b868

Please sign in to comment.