You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests run as expected, but 'dry-run' throws error for 'tryTo' instances.
Provide console output if related. Use --verbose mode for more details.
Submit randomized answers @Smoke @CRUD @DB
Given I am on the About You page
✖ FAILED in 11ms
-- FAILURES:
1) Submission
Submit randomized answers @Smoke @CRUD @DB:
tryTo is not defined
The step calls a function that uses tryTo: const result = await tryTo(() => I.see('This survey requires that your browser accept cookies from our web site.'));
What are you trying to achieve?
Export steps for BDD scenarios.
What do you get instead?
Tests run as expected, but 'dry-run' throws error for 'tryTo' instances.
Submit randomized answers @Smoke @CRUD @DB Given I am on the About You page ✖ FAILED in 11ms -- FAILURES: 1) Submission Submit randomized answers @Smoke @CRUD @DB: tryTo is not defined
The step calls a function that uses tryTo:
const result = await tryTo(() => I.see('This survey requires that your browser accept cookies from our web site.'));
Details
The text was updated successfully, but these errors were encountered: