- Testing: Use ESM version for faster debugging
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
|||||||
|
|
||||||
describe('UI tests', function () {
|
describe('UI tests', function () {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.visit('/editor/svg-editor.html');
|
cy.visit('/editor/svg-editor-es.html');
|
||||||
// Ensure we test against English regardless of the original locale
|
// Ensure we test against English regardless of the original locale
|
||||||
approveStorage();
|
approveStorage();
|
||||||
openEditorPreferences();
|
openEditorPreferences();
|
||||||
|
|||||||
Reference in New Issue
Block a user