mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-08 05:32:37 +01:00
fix and test toggling of new-project-form
This commit is contained in:
parent
9028a00767
commit
36e63a4ad9
3 changed files with 20 additions and 4 deletions
|
|
@ -56,8 +56,16 @@ Feature: Manage the list of projects
|
|||
When I drag the project "manage me" below "upgrade jquery"
|
||||
Then the project "upgrade jquery" should be above the project "manage me"
|
||||
|
||||
@selenium, @wip
|
||||
Scenario: Hiding and unhiding the new project form
|
||||
When I go to the projects page
|
||||
Then the new project form should be visible
|
||||
When I follow "« Hide form"
|
||||
Then the new project form should not be visible
|
||||
When I follow "Create a new project »"
|
||||
Then the new project form should be visible
|
||||
|
||||
Scenario: Adding a new project
|
||||
Scenario: Adding a new project and take me to the project page
|
||||
Scenario: Hiding and unhiding the new project form
|
||||
Scenario: Sorting the project alphabetically
|
||||
Scenario: Sorting the project by number of task
|
||||
Loading…
Add table
Add a link
Reference in a new issue