mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix lint issues
This commit is contained in:
parent
beac045d5f
commit
9f8a292c7e
@ -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 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user