From 2c489e3515cc4201ef167a540e1dce613ad362f6 Mon Sep 17 00:00:00 2001 From: Yinan Zhou Date: Wed, 31 Jan 2024 17:27:49 -0500 Subject: [PATCH] Enable debug mode before error log test --- cypress/e2e/errorlog.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/errorlog.cy.ts b/cypress/e2e/errorlog.cy.ts index 2c7533b8..4df0a196 100644 --- a/cypress/e2e/errorlog.cy.ts +++ b/cypress/e2e/errorlog.cy.ts @@ -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', () => {