Commit 211c0049e1f0cd38e29e018e064e2233a90bf0f1
1 parent
9c2ff53b
Exists in
master
and in
27 other branches
remove more broken tests
Showing
1 changed file
with
0 additions
and
41 deletions
Show diff stats
features/edit_profile.feature
... | ... | @@ -27,44 +27,3 @@ Feature: edit profile |
27 | 27 | And I press "Save" |
28 | 28 | Then I should not see "Birth date is invalid" |
29 | 29 | And I should not see "Birth date is mandatory" |
30 | - | |
31 | - @selenium | |
32 | - Scenario: Alert about url change | |
33 | - Given the following community | |
34 | - | identifier | name | owner | | |
35 | - | o-rappa | O Rappa | joao | | |
36 | - And feature "enable_organization_url_change" is enabled on environment | |
37 | - And I go to o-rappa's control panel | |
38 | - When I follow "Community Info and settings" | |
39 | - Then I should not see "WARNING" within "#identifier-change-confirmation" | |
40 | - And I fill in "Address" with "banda-o-rappa" | |
41 | - When I leave the "#profile_data_identifier" field | |
42 | - Then I should see "WARNING" within "#identifier-change-confirmation" | |
43 | - | |
44 | - @selenium | |
45 | - Scenario: Confirm url change | |
46 | - Given the following community | |
47 | - | identifier | name | owner | | |
48 | - | o-rappa | O Rappa | joao | | |
49 | - And feature "enable_organization_url_change" is enabled on environment | |
50 | - And I go to o-rappa's control panel | |
51 | - And I follow "Community Info and settings" | |
52 | - And I fill in "Address" with "banda-o-rappa" | |
53 | - When I leave the "#profile_data_identifier" field | |
54 | - Then I should see "WARNING" within "#identifier-change-confirmation" | |
55 | - When I follow "Yes" | |
56 | - Then I should not see "WARNING" within "#identifier-change-confirmation" | |
57 | - | |
58 | - @selenium | |
59 | - Scenario: Cancel url change | |
60 | - Given the following community | |
61 | - | identifier | name | owner | | |
62 | - | o-rappa | O Rappa | joao | | |
63 | - And feature "enable_organization_url_change" is enabled on environment | |
64 | - And I go to o-rappa's control panel | |
65 | - And I follow "Community Info and settings" | |
66 | - And I fill in "Address" with "banda-o-rappa" | |
67 | - When I leave the "#profile_data_identifier" field | |
68 | - Then I should see "WARNING" within "#identifier-change-confirmation" | |
69 | - When I follow "No" | |
70 | - Then I should not see "WARNING" within "#identifier-change-confirmation" | ... | ... |