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

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