Commit b3e2c20c77a523ab10536ba28b501938f0ce222a

Authored by Daniela Feitosa
1 parent 9fa307af

Fixed test: features/organization_custom_fields.feature

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
features/organization_custom_fields.feature
... ... @@ -9,7 +9,7 @@ Feature: organization custom fields
9 9 | joaosilva | Joao Silva |
10 10 And I am logged in as "joaosilva"
11 11 And feature "enterprise_registration" is enabled on environment
12   - And I go to the Control panel
  12 + And I go to joaosilva's control panel
13 13  
14 14 Scenario Outline: organization active fields are not displayed on creation
15 15 Given the following <organization> fields are active fields
... ... @@ -35,7 +35,7 @@ Feature: organization custom fields
35 35 | name | identifier |
36 36 | Organization | organization |
37 37 And "Joao Silva" is admin of "Organization"
38   - And I am on Organization's control panel
  38 + And I am on organization's control panel
39 39 And I follow <information>
40 40 Then I should see "Display name"
41 41 Then I should see "Contact email"
... ... @@ -70,7 +70,7 @@ Feature: organization custom fields
70 70 | name | identifier | display_name | contact_email | city |
71 71 | Organization | organization | organization | bla@bleee.com | city |
72 72 And "Joao Silva" is admin of "Organization"
73   - And I am on Organization's control panel
  73 + And I am on organization's control panel
74 74 And I follow <information>
75 75 And I fill in the following:
76 76 | Display name | |
... ...