diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index e48200a96..78266d96e 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -1,6 +1,5 @@ import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps' import find from 'lodash/find' -import { eq } from 'semver' /* global cy */