Skip to content

Commit

Permalink
fix e2e code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed May 11, 2023
1 parent 279fb3c commit 327dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cucumber/steps/ui/adminSettings.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DataTable, Then, When } from '@cucumber/cucumber'
import { World } from '../../environment'
import { api, objects } from '../../../support'
import { objects } from '../../../support'
import { expect } from '@playwright/test'

Then(
Expand Down

0 comments on commit 327dd53

Please sign in to comment.