mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 12:00:16 +01:00
handle and test the redirect when the goto-project checkbox is checked
This commit is contained in:
parent
4413cabbba
commit
f284617513
4 changed files with 20 additions and 7 deletions
|
|
@ -65,14 +65,19 @@ Feature: Manage the list of projects
|
|||
When I follow "Create a new project »"
|
||||
Then the new project form should be visible
|
||||
|
||||
@selenium, @wip
|
||||
@selenium
|
||||
Scenario: Adding a new project
|
||||
When I go to the projects page
|
||||
And I submit a new project with name "finish cucumber tests for project"
|
||||
Then I should see "finish cucumber tests for project"
|
||||
And I submit a new project with name "finish cucumber tests"
|
||||
Then I should see "finish cucumber tests"
|
||||
And the badge should show 4
|
||||
And the project list badge for "active" projects should show 4
|
||||
|
||||
@selenium
|
||||
Scenario: Adding a new project and take me to the project page
|
||||
When I go to the projects page
|
||||
And I submit a new project with name "finish cucumber tests" and select take me to the project
|
||||
Then I should be on the "finish cucumber tests" project page
|
||||
|
||||
Scenario: Sorting the project alphabetically
|
||||
Scenario: Sorting the project by number of task
|
||||
Loading…
Add table
Add a link
Reference in a new issue