From 7d92eb3950523039698c2900458987401dedcce7 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 11 Apr 2021 20:19:32 +0200 Subject: [PATCH] fixed includes --- cypress/integration/common/.steps.js | 1 - cypress/support/commands.js | 1 - 2 files changed, 2 deletions(-) diff --git a/cypress/integration/common/.steps.js b/cypress/integration/common/.steps.js index 5a503985a..975bc06a4 100644 --- a/cypress/integration/common/.steps.js +++ b/cypress/integration/common/.steps.js @@ -3,7 +3,6 @@ import { When, Then } from "cypress-cucumber-preprocessor/steps"; -import helpers from "../../support/helpers"; import locales from '../../../webapp/locales' import orderBy from 'lodash/orderBy' diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 686bf3352..335e00390 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -14,7 +14,6 @@ /* globals Cypress cy */ import "cypress-file-upload"; -import helpers from "./helpers"; import { GraphQLClient, request } from 'graphql-request' import { gql } from '../../backend/src/helpers/jest' import config from '../../backend/src/config'