diff --git a/tests/cypress/config/regression.json b/tests/cypress/config/regression.json index 213244b8c..92c1b4045 100644 --- a/tests/cypress/config/regression.json +++ b/tests/cypress/config/regression.json @@ -9,8 +9,6 @@ }, "watchForFileChanges": true, "chromeWebSecurity": false, - "viewportWidth": 2880, - "viewportHeight": 2160, "ignoreTestFiles": ["**/snapshots/*"], "screenshotOnRunFailure": false, "video": false, @@ -19,7 +17,7 @@ "mochaFile": "results/junit/regression-[hash].xml" }, "env": { - "username": "beta", - "password": "beta" + "username": "a", + "password": "a" } } diff --git a/tests/cypress/tests/wizard/01-wizard.spec.ts b/tests/cypress/tests/01-wizard/01-wizard.spec.ts similarity index 100% rename from tests/cypress/tests/wizard/01-wizard.spec.ts rename to tests/cypress/tests/01-wizard/01-wizard.spec.ts