fixed cypress

This commit is contained in:
Ulf Gebhardt 2023-06-13 15:06:04 +02:00
parent 3f7f3c2651
commit 5f545f3b8f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
4 changed files with 881 additions and 464 deletions

View File

@ -15,7 +15,7 @@
/* globals Cypress cy */
import "cypress-file-upload";
import { GraphQLClient, request } from 'graphql-request'
import CONFIG from '../../backend/src/config'
import CONFIG from '../../backend/build/config'
const authenticatedHeaders = (variables) => {
const mutation = `

View File

@ -1,5 +1,5 @@
import Factory from '../../backend/src/db/factories'
import { getNeode } from '../../backend/src/db/neo4j'
import Factory from '../../backend/build/db/factories'
import { getNeode } from '../../backend/build/db/neo4j'
const neodeInstance = getNeode()

View File

@ -1,5 +1,5 @@
import { Given } from "@badeball/cypress-cucumber-preprocessor";
import encode from '../../../../backend/src/jwt/encode'
import encode from '../../../../backend/build/jwt/encode'
Given("I am logged in as {string}", slug => {
cy.neode()

1337
yarn.lock

File diff suppressed because it is too large Load Diff