diff --git a/badges/coverage-badge.svg b/badges/coverage-badge.svg
index 7ec30fa8..8df4ec3e 100644
--- a/badges/coverage-badge.svg
+++ b/badges/coverage-badge.svg
@@ -1 +1 @@
-
+
diff --git a/badges/tests-badge.svg b/badges/tests-badge.svg
index 0d1ca370..ef7370d8 100644
--- a/badges/tests-badge.svg
+++ b/badges/tests-badge.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/cypress/integration/ui/accessibility.js b/cypress/integration/ui/accessibility.js
index b1363b03..688e9ed6 100644
--- a/cypress/integration/ui/accessibility.js
+++ b/cypress/integration/ui/accessibility.js
@@ -1,6 +1,6 @@
describe('UI - Accessibility', function () {
beforeEach(() => {
- cy.visit('/instrumented/editor/svg-editor-es.html');
+ cy.visit('/instrumented/editor');
cy.injectAxe();
});
diff --git a/cypress/support/ui-test-helper.js b/cypress/support/ui-test-helper.js
index 69d28514..fec08e69 100644
--- a/cypress/support/ui-test-helper.js
+++ b/cypress/support/ui-test-helper.js
@@ -4,7 +4,7 @@ export const approveStorage = () => {
};
export const visitAndApproveStorage = () => {
- cy.visit('/instrumented/editor/svg-editor-es.html');
+ cy.visit('/instrumented/editor');
approveStorage();
};