Skip to content

Commit 49622ea

Browse files
committed
Fix typo in step definition.
1 parent 3f53fad commit 49622ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/support/step_definitions/dataLayer_steps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import {Given, Then} from "@cucumber/cucumber";
1+
import { Then } from "@cucumber/cucumber";
22
import * as chai from 'chai'
33
const expect = chai.expect;
44

5-
Given("DAP will set custom dimensions", async function (table) {
5+
Then("DAP will set custom dimensions", async function (table) {
66
const configCommand = await this.page.evaluate(() => {
77
return window.dataLayer.find(item => item[0] === 'config');
88
});

0 commit comments

Comments
 (0)