Change url
This commit is contained in:
parent
91c83defb0
commit
4dbd0b19ae
|
|
@ -1,6 +1,6 @@
|
||||||
const schema = require('../fixtures/schema_public.json');
|
const schema = require('../fixtures/schema_public.json');
|
||||||
const isEmailAvailableUrl = 'https://stage.hep-verlag.ch/rest/deutsch/V1/customers/isEmailAvailable';
|
const isEmailAvailableUrl = '**/rest/deutsch/V1/customers/isEmailAvailable';
|
||||||
const checkPasswordUrl = 'https://stage.hep-verlag.ch/rest/deutsch/V1/integration/customer/token';
|
const checkPasswordUrl = '**/rest/deutsch/V1/integration/customer/token';
|
||||||
|
|
||||||
describe('Login', () => {
|
describe('Login', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue