mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
fixed cypress
This commit is contained in:
parent
3f7f3c2651
commit
5f545f3b8f
@ -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 = `
|
||||
|
||||
@ -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()
|
||||
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user