Commit c09e6cd1d9fa5707fdc2d5bf9abaa9d8d79f0b5b
1 parent
f9538a7a
Exists in
master
and in
27 other branches
Remove low-value broken test
Showing
1 changed file
with
0 additions
and
36 deletions
Show diff stats
features/change_organization_name.feature
... | ... | @@ -1,36 +0,0 @@ |
1 | -Feature: change organization name | |
2 | - As an organization's admin | |
3 | - I want to change it's name | |
4 | - In order to keep it's name consistent | |
5 | - | |
6 | - Scenario: changing community's name | |
7 | - Given the following communities | |
8 | - | identifier | name | | |
9 | - | sample-community | Sample Community | | |
10 | - And the following users | |
11 | - | login | name | | |
12 | - | joaosilva | Joao Silva | | |
13 | - And "Joao Silva" is admin of "Sample Community" | |
14 | - And I am logged in as "joaosilva" | |
15 | - And I am on sample-community's control panel | |
16 | - And I follow "Community Info and settings" | |
17 | - And I fill in "Name" with "New Sample Community" | |
18 | - When I press "Save" | |
19 | - Then I should be on sample-community's control panel | |
20 | - And I should see "New Sample Community" within "title" | |
21 | - | |
22 | - Scenario: changing enterprise's name | |
23 | - Given the following enterprises | |
24 | - | identifier | name | | |
25 | - | sample-enterprise | Sample Enterprise | | |
26 | - And the following users | |
27 | - | login | name | | |
28 | - | joaosilva | Joao Silva | | |
29 | - And "Joao Silva" is admin of "Sample Enterprise" | |
30 | - And I am logged in as "joaosilva" | |
31 | - And I am on sample-enterprise's control panel | |
32 | - And I follow "Enterprise Info and settings" | |
33 | - And I fill in "Name" with "New Sample Enterprise" | |
34 | - When I press "Save" | |
35 | - Then I should be on sample-enterprise's control panel | |
36 | - And I should see "New Sample Enterprise" within "title" |