mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-11 07:02:36 +01:00
Move over another ajax test from selenium to stories.
This commit is contained in:
parent
6f760c768e
commit
adde38eecb
3 changed files with 82 additions and 5 deletions
15
stories/context_detail/change_context_name.story
Normal file
15
stories/context_detail/change_context_name.story
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Story: Change context name
|
||||
|
||||
As a Tracks user
|
||||
I want to change the name of a context
|
||||
So that it can best reflect my daily life
|
||||
|
||||
Scenario: In place edit of context name
|
||||
Given a logged in user Luis
|
||||
And Luis has a context Errands
|
||||
When Luis visits the Errands context page
|
||||
And he edits the Errands context name in place to be OutAndAbout
|
||||
Then he should see the context name is OutAndAbout
|
||||
When Luis visits the context listing page
|
||||
Then he should see that a context named Errands is not present
|
||||
And he should see that a context named OutAndAbout is present
|
||||
Loading…
Add table
Add a link
Reference in a new issue