mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 03:36:11 +01:00
another attempt at #1150 and fix some failing cucumber scenarios
This commit is contained in:
parent
98d8712229
commit
af4489ff6e
11 changed files with 82 additions and 86 deletions
|
|
@ -12,7 +12,7 @@ Feature: Edit a context
|
|||
@selenium
|
||||
Scenario: In place edit of context name
|
||||
Given I have a context called "Errands"
|
||||
When I visit the context page for "Errands"
|
||||
When I go to the context page for "Errands"
|
||||
And I edit the context name in place to be "OutAndAbout"
|
||||
Then I should see the context name is "OutAndAbout"
|
||||
When I go to the contexts page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue