make test run with systemjs build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe('UI - Accessibility', function () {
|
||||
beforeEach(() => {
|
||||
cy.visit('/instrumented/editor');
|
||||
cy.visit('/instrumented/editor/system');
|
||||
cy.injectAxe();
|
||||
});
|
||||
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
/* eslint-disable max-len */
|
||||
import '../../../instrumented/editor/jquery.min.js';
|
||||
import '../../../instrumented/editor/jquery-ui/jquery-ui-1.8.17.custom.min.js';
|
||||
// import '../../../instrumented/editor/system/jquery.min.js';
|
||||
// import '../../../instrumented/editor/system/jquery-ui/jquery-ui-1.8.17.custom.min.js';
|
||||
|
||||
import '../../../instrumented/common/svgpathseg.js';
|
||||
// import '../../../instrumented/common/svgpathseg.js';
|
||||
import SvgCanvas from '../../../instrumented/svgcanvas/svgcanvas.js';
|
||||
|
||||
// import '../../../instrumented/'
|
||||
|
||||
describe('Basic Module', function () {
|
||||
// helper functions
|
||||
/*
|
||||
|
||||
@@ -4,7 +4,7 @@ export const approveStorage = () => {
|
||||
};
|
||||
|
||||
export const visitAndApproveStorage = () => {
|
||||
cy.visit('/instrumented/editor');
|
||||
cy.visit('/instrumented/editor/system');
|
||||
approveStorage();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user