mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-21 00:16:09 +01:00
get selenium scenarios running again and add some scenarios for adding todos started
This commit is contained in:
parent
09830d044d
commit
ab2e51a51a
17 changed files with 135 additions and 69 deletions
|
|
@ -20,16 +20,16 @@ Feature: Edit a context
|
|||
And he should see that a context named "OutAndAbout" is present
|
||||
|
||||
Scenario: Editing the context of a todo will remove the todo
|
||||
Given this scenario is pending
|
||||
Given this is a pending scenario
|
||||
|
||||
Scenario: Editing the description of a a todo will update that todo
|
||||
Given this scenario is pending
|
||||
Given this is a pending scenario
|
||||
|
||||
Scenario: Editing the context of the last todo will remove the todo and show empty message
|
||||
Given this scenario is pending
|
||||
Given this is a pending scenario
|
||||
|
||||
Scenario: Adding a todo to a hidden project will not show the todo
|
||||
Given this scenario is pending
|
||||
Given this is a pending scenario
|
||||
|
||||
Scenario: Adding a todo to a hidden context will show that todo
|
||||
Given this scenario is pending
|
||||
Given this is a pending scenario
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue