mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-04 06:51:48 +01:00
add some project grouping scenarios to edit_a_todo and fix failures
also refactor step definitions
This commit is contained in:
parent
5f8f2eefa9
commit
8641ecfc4e
16 changed files with 487 additions and 422 deletions
|
|
@ -52,9 +52,9 @@ Feature: Toggle the containers
|
|||
| test 3 | @boss |
|
||||
And I have selected the view for group by project
|
||||
When I go to the home page
|
||||
Then I should see "test 1" in the project container for "collapse those containers"
|
||||
And I should see "test 2" in the project container for "collapse those containers"
|
||||
And I should see "test 3" in the project container for "collapse those containers"
|
||||
Then I should see "test 1" in the project container of "collapse those containers"
|
||||
And I should see "test 2" in the project container of "collapse those containers"
|
||||
And I should see "test 3" in the project container of "collapse those containers"
|
||||
When I collapse the project container of "collapse those containers"
|
||||
Then I should not see the todo "test 1"
|
||||
And I should not see the todo "test 2"
|
||||
|
|
@ -100,8 +100,8 @@ Feature: Toggle the containers
|
|||
| test 2 | @ipad |
|
||||
And I have selected the view for group by project
|
||||
When I go to the home page
|
||||
Then I should see "test 1" in the project container for "collapse those containers"
|
||||
And I should see "test 2" in the project container for "collapse those other containers"
|
||||
Then I should see "test 1" in the project container of "collapse those containers"
|
||||
And I should see "test 2" in the project container of "collapse those other containers"
|
||||
When I collapse the project container of "collapse those containers"
|
||||
Then I should not see the todo "test 1"
|
||||
And I should see the todo "test 2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue