From 93e9dccceabcea05eae1b81c8cac66bca07cd8dd Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 16:55:40 +0000 Subject: [PATCH] Rename --- tests/cypress/config/regression.json | 6 ++---- tests/cypress/tests/{wizard => 01-wizard}/01-wizard.spec.ts | 0 2 files changed, 2 insertions(+), 4 deletions(-) rename tests/cypress/tests/{wizard => 01-wizard}/01-wizard.spec.ts (100%) 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