mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
The test is no longer a work in progress
This commit is contained in:
parent
c1e489a70e
commit
00e9cab309
1 changed files with 3 additions and 6 deletions
|
|
@ -33,17 +33,14 @@ Feature: Edit a project
|
||||||
Then I should see that a project named "release tracks 1.8" is not present
|
Then I should see that a project named "release tracks 1.8" is not present
|
||||||
And I should see that a project named "release tracks 2.0" is present
|
And I should see that a project named "release tracks 2.0" is present
|
||||||
|
|
||||||
@selenium @wip
|
@selenium
|
||||||
Scenario: I cannot edit the project name in two places
|
Scenario: I cannot edit the project name in two places at once
|
||||||
Given I have a project "release tracks 1.8" with 1 todos
|
Given I have a project "release tracks 1.8" with 1 todos
|
||||||
When I go to the "release tracks 1.8" project
|
When I go to the "release tracks 1.8" project
|
||||||
And I click to edit the project name in place
|
And I click to edit the project name in place
|
||||||
Then I should be able to change the project name in place
|
Then I should be able to change the project name in place
|
||||||
When I edit the project settings
|
When I edit the project settings
|
||||||
Then I should not be able to change the project name in placeA
|
Then I should not be able to change the project name in place
|
||||||
When I close the project settings
|
|
||||||
Then I should be able to change the project name in place
|
|
||||||
|
|
||||||
|
|
||||||
# Ticket #1041
|
# Ticket #1041
|
||||||
@selenium
|
@selenium
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue