Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New/Modified Scenarios in leaderboard.feature not being executed #41

Open
SJWinje opened this issue Mar 22, 2015 · 0 comments
Open

New/Modified Scenarios in leaderboard.feature not being executed #41

SJWinje opened this issue Mar 22, 2015 · 0 comments
Assignees

Comments

@SJWinje
Copy link

SJWinje commented Mar 22, 2015

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

@ghost ghost assigned samhatoum Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants