From a74d762fe24644bd9853442b446a3b29023eb2dd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 Dec 2021 22:18:57 +0000 Subject: [PATCH] --- e2e/cypress.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/cypress.json b/e2e/cypress.json index 25a4a44..d01108d 100644 --- a/e2e/cypress.json +++ b/e2e/cypress.json @@ -3,13 +3,13 @@ "xxxretries": 3, "integrationFolder": "tests", "supportFile": "support", - "baseUrl": "http://localhost:7575", - "xbaseUrl": "https://test.helloayanova.com", + "xbaseUrl": "http://localhost:7575", + "baseUrl": "https://test.helloayanova.com", "xxxxbaseUrl": "http://localhost:8080", "video": false, "env": { - "apiBaseUrl": "http://localhost:7575/api/v8.0/", - "xapiBaseUrl": "https://test.helloayanova.com/api/v8.0/", + "xapiBaseUrl": "http://localhost:7575/api/v8.0/", + "apiBaseUrl": "https://test.helloayanova.com/api/v8.0/", "admin": { "login": "superuser", "password": "l3tm3in"