Commit b3e2c20c77a523ab10536ba28b501938f0ce222a
1 parent
9fa307af
Exists in
master
and in
28 other branches
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,7 +9,7 @@ Feature: organization custom fields | ||
9 | | joaosilva | Joao Silva | | 9 | | joaosilva | Joao Silva | |
10 | And I am logged in as "joaosilva" | 10 | And I am logged in as "joaosilva" |
11 | And feature "enterprise_registration" is enabled on environment | 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 | Scenario Outline: organization active fields are not displayed on creation | 14 | Scenario Outline: organization active fields are not displayed on creation |
15 | Given the following <organization> fields are active fields | 15 | Given the following <organization> fields are active fields |
@@ -35,7 +35,7 @@ Feature: organization custom fields | @@ -35,7 +35,7 @@ Feature: organization custom fields | ||
35 | | name | identifier | | 35 | | name | identifier | |
36 | | Organization | organization | | 36 | | Organization | organization | |
37 | And "Joao Silva" is admin of "Organization" | 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 | And I follow <information> | 39 | And I follow <information> |
40 | Then I should see "Display name" | 40 | Then I should see "Display name" |
41 | Then I should see "Contact email" | 41 | Then I should see "Contact email" |
@@ -70,7 +70,7 @@ Feature: organization custom fields | @@ -70,7 +70,7 @@ Feature: organization custom fields | ||
70 | | name | identifier | display_name | contact_email | city | | 70 | | name | identifier | display_name | contact_email | city | |
71 | | Organization | organization | organization | bla@bleee.com | city | | 71 | | Organization | organization | organization | bla@bleee.com | city | |
72 | And "Joao Silva" is admin of "Organization" | 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 | And I follow <information> | 74 | And I follow <information> |
75 | And I fill in the following: | 75 | And I fill in the following: |
76 | | Display name | | | 76 | | Display name | | |