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'