From b3e2c20c77a523ab10536ba28b501938f0ce222a Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 25 Feb 2013 19:04:26 -0300 Subject: [PATCH] Fixed test: features/organization_custom_fields.feature --- features/organization_custom_fields.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/organization_custom_fields.feature b/features/organization_custom_fields.feature index fc467d1..46d2e51 100644 --- a/features/organization_custom_fields.feature +++ b/features/organization_custom_fields.feature @@ -9,7 +9,7 @@ Feature: organization custom fields | joaosilva | Joao Silva | And I am logged in as "joaosilva" And feature "enterprise_registration" is enabled on environment - And I go to the Control panel + And I go to joaosilva's control panel Scenario Outline: organization active fields are not displayed on creation Given the following fields are active fields @@ -35,7 +35,7 @@ Feature: organization custom fields | name | identifier | | Organization | organization | And "Joao Silva" is admin of "Organization" - And I am on Organization's control panel + And I am on organization's control panel And I follow Then I should see "Display name" Then I should see "Contact email" @@ -70,7 +70,7 @@ Feature: organization custom fields | name | identifier | display_name | contact_email | city | | Organization | organization | organization | bla@bleee.com | city | And "Joao Silva" is admin of "Organization" - And I am on Organization's control panel + And I am on organization's control panel And I follow And I fill in the following: | Display name | | -- libgit2 0.21.2