Commit ef85b420a206714ab17c4efed579a6ef7d4d28c8

Authored by Daniel Cunha
1 parent bb9b59dc

change_organization_name.feature

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
features/change_organization_name.feature
@@ -12,12 +12,12 @@ Feature: change organization name @@ -12,12 +12,12 @@ Feature: change organization name
12 | joaosilva | Joao Silva | 12 | joaosilva | Joao Silva |
13 And "Joao Silva" is admin of "Sample Community" 13 And "Joao Silva" is admin of "Sample Community"
14 And I am logged in as "joaosilva" 14 And I am logged in as "joaosilva"
15 - And I am on Sample Community's control panel 15 + And I am on sample-community's control panel
16 And I follow "Community Info and settings" 16 And I follow "Community Info and settings"
17 And I fill in "Name" with "New Sample Community" 17 And I fill in "Name" with "New Sample Community"
18 When I press "Save" 18 When I press "Save"
19 - Then I should be on New Sample Community's control panel  
20 - 19 + Then I should be on sample-community's control panel
  20 + And I should see "New Sample Community" within "title"
21 21
22 Scenario: changing enterprise's name 22 Scenario: changing enterprise's name
23 Given the following enterprises 23 Given the following enterprises
@@ -28,8 +28,9 @@ Feature: change organization name @@ -28,8 +28,9 @@ Feature: change organization name
28 | joaosilva | Joao Silva | 28 | joaosilva | Joao Silva |
29 And "Joao Silva" is admin of "Sample Enterprise" 29 And "Joao Silva" is admin of "Sample Enterprise"
30 And I am logged in as "joaosilva" 30 And I am logged in as "joaosilva"
31 - And I am on Sample Enterprise's control panel 31 + And I am on sample-enterprise's control panel
32 And I follow "Enterprise Info and settings" 32 And I follow "Enterprise Info and settings"
33 And I fill in "Name" with "New Sample Enterprise" 33 And I fill in "Name" with "New Sample Enterprise"
34 When I press "Save" 34 When I press "Save"
35 - Then I should be on New Sample Enterprise's control panel 35 + Then I should be on sample-enterprise's control panel
  36 + And I should see "New Sample Enterprise" within "title"