Skip to content

Commit

Permalink
test cucumber issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Feb 22, 2024
1 parent e772d8a commit 0b2c3af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Given, Then, When } from '../../node_modules/@cucumber/cucumber';
// eslint-disable-next-line import/no-extraneous-dependencies
import { Given, Then, When } from '@cucumber/cucumber';

Given('I am on vocabulary page', async function() {
const administration = await this.ui.administration;
Expand Down

0 comments on commit 0b2c3af

Please sign in to comment.