make test run with systemjs build

This commit is contained in:
jfh
2020-08-29 01:20:37 +02:00
parent 53f64d9649
commit 0bfee46b33
10 changed files with 653 additions and 542 deletions

View File

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