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();