From b8790ff9d6515d7b6e1f300cb8e9fe84569519ff Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sat, 23 Nov 2019 21:24:31 +0800 Subject: [PATCH] - Testing: Use ESM version for faster debugging --- cypress/integration/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/ui.js b/cypress/integration/ui.js index 086aa812..ea77824b 100644 --- a/cypress/integration/ui.js +++ b/cypress/integration/ui.js @@ -5,7 +5,7 @@ import { describe('UI tests', function () { beforeEach(() => { - cy.visit('/editor/svg-editor.html'); + cy.visit('/editor/svg-editor-es.html'); // Ensure we test against English regardless of the original locale approveStorage(); openEditorPreferences();