From 211c0049e1f0cd38e29e018e064e2233a90bf0f1 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sat, 1 Nov 2014 23:31:28 -0200 Subject: [PATCH] remove more broken tests --- features/edit_profile.feature | 41 ----------------------------------------- 1 file changed, 0 insertions(+), 41 deletions(-) diff --git a/features/edit_profile.feature b/features/edit_profile.feature index 1624062..b7152c3 100644 --- a/features/edit_profile.feature +++ b/features/edit_profile.feature @@ -27,44 +27,3 @@ Feature: edit profile And I press "Save" Then I should not see "Birth date is invalid" And I should not see "Birth date is mandatory" - - @selenium - Scenario: Alert about url change - Given the following community - | identifier | name | owner | - | o-rappa | O Rappa | joao | - And feature "enable_organization_url_change" is enabled on environment - And I go to o-rappa's control panel - When I follow "Community Info and settings" - Then I should not see "WARNING" within "#identifier-change-confirmation" - And I fill in "Address" with "banda-o-rappa" - When I leave the "#profile_data_identifier" field - Then I should see "WARNING" within "#identifier-change-confirmation" - - @selenium - Scenario: Confirm url change - Given the following community - | identifier | name | owner | - | o-rappa | O Rappa | joao | - And feature "enable_organization_url_change" is enabled on environment - And I go to o-rappa's control panel - And I follow "Community Info and settings" - And I fill in "Address" with "banda-o-rappa" - When I leave the "#profile_data_identifier" field - Then I should see "WARNING" within "#identifier-change-confirmation" - When I follow "Yes" - Then I should not see "WARNING" within "#identifier-change-confirmation" - - @selenium - Scenario: Cancel url change - Given the following community - | identifier | name | owner | - | o-rappa | O Rappa | joao | - And feature "enable_organization_url_change" is enabled on environment - And I go to o-rappa's control panel - And I follow "Community Info and settings" - And I fill in "Address" with "banda-o-rappa" - When I leave the "#profile_data_identifier" field - Then I should see "WARNING" within "#identifier-change-confirmation" - When I follow "No" - Then I should not see "WARNING" within "#identifier-change-confirmation" -- libgit2 0.21.2