From 4dbd0b19ae5d9583984ffcb579c93e2773e46973 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 4 May 2020 10:56:24 +0200 Subject: [PATCH] Change url --- client/cypress/integration/login.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cypress/integration/login.spec.js b/client/cypress/integration/login.spec.js index bc09821a..5839f838 100644 --- a/client/cypress/integration/login.spec.js +++ b/client/cypress/integration/login.spec.js @@ -1,6 +1,6 @@ const schema = require('../fixtures/schema_public.json'); -const isEmailAvailableUrl = 'https://stage.hep-verlag.ch/rest/deutsch/V1/customers/isEmailAvailable'; -const checkPasswordUrl = 'https://stage.hep-verlag.ch/rest/deutsch/V1/integration/customer/token'; +const isEmailAvailableUrl = '**/rest/deutsch/V1/customers/isEmailAvailable'; +const checkPasswordUrl = '**/rest/deutsch/V1/integration/customer/token'; describe('Login', () => { beforeEach(() => {