adapt import in cy tests

This commit is contained in:
JFH
2020-07-14 18:06:33 +02:00
parent b1e4429741
commit 232995ba1a
17 changed files with 64 additions and 64 deletions

View File

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