From c09e6cd1d9fa5707fdc2d5bf9abaa9d8d79f0b5b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 31 Oct 2014 15:09:19 -0200 Subject: [PATCH] Remove low-value broken test --- features/change_organization_name.feature | 36 ------------------------------------ 1 file changed, 0 insertions(+), 36 deletions(-) delete mode 100644 features/change_organization_name.feature diff --git a/features/change_organization_name.feature b/features/change_organization_name.feature deleted file mode 100644 index 7df0da3..0000000 --- a/features/change_organization_name.feature +++ /dev/null @@ -1,36 +0,0 @@ -Feature: change organization name - As an organization's admin - I want to change it's name - In order to keep it's name consistent - - Scenario: changing community's name - Given the following communities - | identifier | name | - | sample-community | Sample Community | - And the following users - | login | 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 follow "Community Info and settings" - And I fill in "Name" with "New Sample Community" - When I press "Save" - 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 - | identifier | name | - | sample-enterprise | Sample Enterprise | - And the following users - | login | 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 follow "Enterprise Info and settings" - And I fill in "Name" with "New Sample Enterprise" - When I press "Save" - Then I should be on sample-enterprise's control panel - And I should see "New Sample Enterprise" within "title" -- libgit2 0.21.2