mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 16:14:07 +01:00
fix #742. The tests were already there for some time
This commit is contained in:
parent
2f0bfbbf47
commit
033b4daf9a
2 changed files with 10 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ Feature: Manage the list of contexts
|
|||
And I should see "@boss"
|
||||
And the badge should show 3
|
||||
|
||||
Scenario: Clicking on a project takes me to the context page
|
||||
Scenario: Clicking on a context takes me to the context page
|
||||
Given I have a context called "@computer"
|
||||
When I go to the contexts page
|
||||
And I follow "@computer"
|
||||
|
|
@ -114,3 +114,4 @@ Feature: Manage the list of contexts
|
|||
Then the new context form should not be visible
|
||||
When I follow "Create a new context"
|
||||
Then the new context form should be visible
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue