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
After getting the velocity-examples/leaderboard-cucumber tests running, I tried modifying the Scenario in the leaderboard.feature file to the following:
Scenario: Give 30 points to a player
Given I'm on the home page
And "Ada Lovelace" has a score of 0
When I click on "Ada Lovelace"
And I click add five points
And I click add five points
And I click add five points
And I click add five points
And I click add five points
And I click add five points
Then "Ada Lovelace" will have a score of 30
But when I run the test it continues to execute the "Grace Hopper" test. This is regardless of whether I run the tests via:
$ meteor
or
$ meteor --test
The text was updated successfully, but these errors were encountered:
After getting the velocity-examples/leaderboard-cucumber tests running, I tried modifying the Scenario in the leaderboard.feature file to the following:
Scenario: Give 30 points to a player
Given I'm on the home page
And "Ada Lovelace" has a score of 0
When I click on "Ada Lovelace"
And I click add five points
And I click add five points
And I click add five points
And I click add five points
And I click add five points
And I click add five points
Then "Ada Lovelace" will have a score of 30
But when I run the test it continues to execute the "Grace Hopper" test. This is regardless of whether I run the tests via:
$ meteor
or
$ meteor --test
The text was updated successfully, but these errors were encountered: