We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f53fad commit 49622eaCopy full SHA for 49622ea
1 file changed
features/support/step_definitions/dataLayer_steps.js
@@ -1,8 +1,8 @@
1
-import {Given, Then} from "@cucumber/cucumber";
+import { Then } from "@cucumber/cucumber";
2
import * as chai from 'chai'
3
const expect = chai.expect;
4
5
-Given("DAP will set custom dimensions", async function (table) {
+Then("DAP will set custom dimensions", async function (table) {
6
const configCommand = await this.page.evaluate(() => {
7
return window.dataLayer.find(item => item[0] === 'config');
8
});
0 commit comments