diff --git a/features/change_organization_name.feature b/features/change_organization_name.feature index 34f149c..7df0da3 100644 --- a/features/change_organization_name.feature +++ b/features/change_organization_name.feature @@ -12,12 +12,12 @@ Feature: change organization name | joaosilva | Joao Silva | And "Joao Silva" is admin of "Sample Community" And I am logged in as "joaosilva" - And I am on Sample Community's control panel + And I am on sample-community's control panel And I follow "Community Info and settings" And I fill in "Name" with "New Sample Community" When I press "Save" - Then I should be on New Sample Community's control panel - + Then I should be on sample-community's control panel + And I should see "New Sample Community" within "title" Scenario: changing enterprise's name Given the following enterprises @@ -28,8 +28,9 @@ Feature: change organization name | joaosilva | Joao Silva | And "Joao Silva" is admin of "Sample Enterprise" And I am logged in as "joaosilva" - And I am on Sample Enterprise's control panel + And I am on sample-enterprise's control panel And I follow "Enterprise Info and settings" And I fill in "Name" with "New Sample Enterprise" When I press "Save" - Then I should be on New Sample Enterprise's control panel + Then I should be on sample-enterprise's control panel + And I should see "New Sample Enterprise" within "title" -- libgit2 0.21.2