- Run tests against instrumented version, fixing instrumentation

This commit is contained in:
Brett Zamir
2019-11-23 23:32:22 +08:00
parent 592ce80411
commit ddb0fc3ef6
4 changed files with 154 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
describe('Accessibility', function () {
beforeEach(() => {
cy.visit('/editor/svg-editor-es.html');
cy.visit('/instrumented/svg-editor-es.html');
cy.injectAxe();
});

View File

@@ -5,7 +5,7 @@ import {
describe('UI tests', function () {
beforeEach(() => {
cy.visit('/editor/svg-editor-es.html');
cy.visit('/instrumented/svg-editor-es.html');
// Ensure we test against English regardless of the original locale
approveStorage();
openEditorPreferences();