mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Add a feature to prevent project editing in two places at once
Still marked as wip for the moment. Will unmark it after it passes.
This commit is contained in:
parent
6599b11628
commit
3f64fc1bed
1 changed files with 12 additions and 0 deletions
|
|
@ -33,6 +33,18 @@ Feature: Edit a project
|
|||
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
|
||||
|
||||
@selenium @wip
|
||||
Scenario: I cannot edit the project name in two places
|
||||
Given I have a project "release tracks 1.8" with 1 todos
|
||||
When I go to the "release tracks 1.8" project
|
||||
And I click to edit the project name in place
|
||||
Then I should be able to change the project name in place
|
||||
When I edit the project settings
|
||||
Then I should not be able to change the project name in placeA
|
||||
When I close the project settings
|
||||
Then I should be able to change the project name in place
|
||||
|
||||
|
||||
# Ticket #1041
|
||||
@selenium
|
||||
Scenario: I can change the name of the project using the Edit Project Settings form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue