fix all lint warnings
This commit is contained in:
parent
cc28596d9f
commit
5c6939d9c8
@ -1,4 +1,4 @@
|
||||
import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps';
|
||||
import { Then, When } from 'cypress-cucumber-preprocessor/steps';
|
||||
|
||||
import AssetsPage from '../pages/assets-page';
|
||||
const assetPage = new AssetsPage();
|
||||
|
@ -1 +0,0 @@
|
||||
import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps';
|
@ -1,4 +1,4 @@
|
||||
import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps';
|
||||
import { Then, When } from 'cypress-cucumber-preprocessor/steps';
|
||||
|
||||
import MarketsPage from '../pages/markets-page';
|
||||
const marketsPage = new MarketsPage();
|
||||
|
Loading…
Reference in New Issue
Block a user