We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4999f75 commit d163f6dCopy full SHA for d163f6d
features/diagnostics.feature
@@ -202,7 +202,7 @@ Feature: diagnostics
202
"""
203
And a file named "cypress/support/step_definitions/steps.js" with:
204
205
- const { Given } = require("@badeball/cypress-cucumber-preprocessor");
+ import { Given } from "@badeball/cypress-cucumber-preprocessor";
206
Given("a step", function() {});
207
208
When I run diagnostics
0 commit comments