From 00e9cab3098fd94d77c33fd5dd8b6b6f92f922cf Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 12 Dec 2011 21:50:45 -0600 Subject: [PATCH] The test is no longer a work in progress --- features/project_edit.feature | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/features/project_edit.feature b/features/project_edit.feature index 8bf9ef89..986eb8aa 100644 --- a/features/project_edit.feature +++ b/features/project_edit.feature @@ -33,17 +33,14 @@ 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 + @selenium + Scenario: I cannot edit the project name in two places at once 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 - + Then I should not be able to change the project name in place # Ticket #1041 @selenium