fix editor start with src and dist using es-dev-server
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe('UI - Accessibility', function () {
|
||||
beforeEach(() => {
|
||||
cy.visit('/instrumented/editor/system');
|
||||
cy.visit('/instrumented/editor/index.html');
|
||||
cy.injectAxe();
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable max-len */
|
||||
// import '../../../instrumented/editor/system/jquery.min.js';
|
||||
// import '../../../instrumented/editor/system/jquery-ui/jquery-ui-1.8.17.custom.min.js';
|
||||
import '../../../instrumented/editor/jquery.min.js';
|
||||
import '../../../instrumented/editor/jquery-ui/jquery-ui-1.8.17.custom.min.js';
|
||||
|
||||
// import '../../../instrumented/common/svgpathseg.js';
|
||||
import SvgCanvas from '../../../instrumented/svgcanvas/svgcanvas.js';
|
||||
|
||||
Reference in New Issue
Block a user