- Testing: Use ESM version for faster debugging

master
Brett Zamir 2019-11-23 21:24:31 +08:00
parent 34721f2351
commit b8790ff9d6
1 changed files with 1 additions and 1 deletions

View File

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