Skip to content

Commit

Permalink
Enable debug mode before error log test
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jan 31, 2024
1 parent 4f998b2 commit 2c489e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/errorlog.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('test: error log', () => {
cy.clearLocalStorage();
cy.visit('http://localhost:8080/editor.html?manifest=test');
cy.get('#mei_output', { timeout: 10000 }).should('be.visible');
cy.get('#debug-mode-checkbox').click({ timeout: 100, force: true });
});

it('startup: error log should not be visible', () => {
Expand Down

0 comments on commit 2c489e3

Please sign in to comment.