Skip to content

Commit 66c9bbd

Browse files
committed
fix: update e2e scenario
1 parent bb58295 commit 66c9bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/invalid_installation.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Feature: Invalid installations
1919
Then it fails
2020
And the error output contains the text:
2121
"""
22-
You're calling functions (e.g. "When") on an instance of Cucumber that isn't running.
23-
This means you have an invalid installation, mostly likely due to:
22+
You're calling functions (e.g. "When") on an instance of Cucumber that isn't running (status: PENDING).
23+
This means you may have an invalid installation, potentially due to:
2424
- Cucumber being installed globally
2525
- A project structure where your support code is depending on a different instance of Cucumber
2626
Either way, you'll need to address this in order for Cucumber to work.

0 commit comments

Comments
 (0)