From 9f8a292c7e39030a4fb05622c8830e5dbff967db Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Fri, 4 Jan 2019 20:59:33 -0200 Subject: [PATCH] Fix lint issues --- cypress/integration/common/steps.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index 55660d366..e48200a96 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -1,6 +1,6 @@ import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps' import find from 'lodash/find' -import { eq } from 'semver'; +import { eq } from 'semver' /* global cy */ @@ -73,7 +73,6 @@ Given('my user account has the role {string}', role => { // TODO: use db factories instead of seed data }) - When('I log out', logout) When('I visit the {string} page', page => {