Fix schema
This commit is contained in:
parent
9a2991961c
commit
91c83defb0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -9,7 +9,6 @@ describe('Email Verifcation', () => {
|
||||||
cy.viewport('macbook-15');
|
cy.viewport('macbook-15');
|
||||||
cy.mockGraphql({
|
cy.mockGraphql({
|
||||||
schema: schema,
|
schema: schema,
|
||||||
// endpoint: '/api/graphql'
|
|
||||||
operations: {
|
operations: {
|
||||||
Registration: variables => {
|
Registration: variables => {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue