Skip to content

Commit

Permalink
fix: update e2e scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Mar 27, 2024
1 parent bb58295 commit 66c9bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/invalid_installation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Feature: Invalid installations
Then it fails
And the error output contains the text:
"""
You're calling functions (e.g. "When") on an instance of Cucumber that isn't running.
This means you have an invalid installation, mostly likely due to:
You're calling functions (e.g. "When") on an instance of Cucumber that isn't running (status: PENDING).
This means you may have an invalid installation, potentially due to:
- Cucumber being installed globally
- A project structure where your support code is depending on a different instance of Cucumber
Either way, you'll need to address this in order for Cucumber to work.
Expand Down

0 comments on commit 66c9bbd

Please sign in to comment.