fix integration tests

This commit is contained in:
JFH
2020-08-06 21:46:30 +02:00
parent 7f461f9c63
commit fd6cf3889f
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -4,7 +4,7 @@ export const approveStorage = () => {
};
export const visitAndApproveStorage = () => {
cy.visit('/instrumented/editor/svg-editor-es.html');
cy.visit('/instrumented/editor');
approveStorage();
};