Commit 48f645c58477333030834721523076d12968d4e7
1 parent
da473ed3
Exists in
master
and in
29 other branches
Fixed test: features/register_enterprise.feature
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
features/register_enterprise.feature
@@ -9,7 +9,7 @@ Feature: register enterprise | @@ -9,7 +9,7 @@ Feature: register enterprise | ||
9 | | joaosilva | Joao Silva | joaosilva@example.com | | 9 | | joaosilva | Joao Silva | joaosilva@example.com | |
10 | 10 | ||
11 | And I am logged in as "joaosilva" | 11 | And I am logged in as "joaosilva" |
12 | - And I am on Joao Silva's control panel | 12 | + And I am on joaosilva's control panel |
13 | And feature "enterprise_registration" is enabled on environment | 13 | And feature "enterprise_registration" is enabled on environment |
14 | 14 | ||
15 | Scenario: enterprise registration is disabled by admin | 15 | Scenario: enterprise registration is disabled by admin |
@@ -92,7 +92,7 @@ Feature: register enterprise | @@ -92,7 +92,7 @@ Feature: register enterprise | ||
92 | And I press "Next" | 92 | And I press "Next" |
93 | Then I should see "Enterprise registration completed" | 93 | Then I should see "Enterprise registration completed" |
94 | And I am logged in as admin | 94 | And I am logged in as admin |
95 | - And I go to the Control panel | 95 | + And I go to admin_user's control panel |
96 | When I follow "Tasks" within ".control-panel" | 96 | When I follow "Tasks" within ".control-panel" |
97 | Then I should see "Joao Silva wants to create enterprise My Enterprise." | 97 | Then I should see "Joao Silva wants to create enterprise My Enterprise." |
98 | And the first mail is to admin_user@example.com | 98 | And the first mail is to admin_user@example.com |
@@ -100,7 +100,7 @@ Feature: register enterprise | @@ -100,7 +100,7 @@ Feature: register enterprise | ||
100 | And I press "Apply!" | 100 | And I press "Apply!" |
101 | Then the last mail is to joaosilva@example.com | 101 | Then the last mail is to joaosilva@example.com |
102 | And I am logged in as "joaosilva" | 102 | And I am logged in as "joaosilva" |
103 | - And I am on Joao Silva's control panel | 103 | + And I am on joaosilva's control panel |
104 | When I follow "Manage my groups" | 104 | When I follow "Manage my groups" |
105 | Then I should see "My Enterprise" | 105 | Then I should see "My Enterprise" |
106 | 106 | ||
@@ -119,7 +119,7 @@ Feature: register enterprise | @@ -119,7 +119,7 @@ Feature: register enterprise | ||
119 | And I press "Next" | 119 | And I press "Next" |
120 | Then I should see "Enterprise registration completed" | 120 | Then I should see "Enterprise registration completed" |
121 | And I am logged in as admin | 121 | And I am logged in as admin |
122 | - And I go to the Control panel | 122 | + And I go to admin_user's control panel |
123 | When I follow "Tasks" within ".control-panel" | 123 | When I follow "Tasks" within ".control-panel" |
124 | Then I should see "Joao Silva wants to create enterprise My Enterprise." | 124 | Then I should see "Joao Silva wants to create enterprise My Enterprise." |
125 | And the first mail is to admin_user@example.com | 125 | And the first mail is to admin_user@example.com |
@@ -128,7 +128,7 @@ Feature: register enterprise | @@ -128,7 +128,7 @@ Feature: register enterprise | ||
128 | And I press "Apply!" | 128 | And I press "Apply!" |
129 | Then the last mail is to joaosilva@example.com | 129 | Then the last mail is to joaosilva@example.com |
130 | And I am logged in as "joaosilva" | 130 | And I am logged in as "joaosilva" |
131 | - And I am on Joao Silva's control panel | 131 | + And I am on joaosilva's control panel |
132 | When I follow "Manage my groups" | 132 | When I follow "Manage my groups" |
133 | Then I should not see "My Enterprise" | 133 | Then I should not see "My Enterprise" |
134 | 134 | ||
@@ -156,12 +156,12 @@ Feature: register enterprise | @@ -156,12 +156,12 @@ Feature: register enterprise | ||
156 | When I choose "Validator" | 156 | When I choose "Validator" |
157 | And I press "Confirm" | 157 | And I press "Confirm" |
158 | Then I should see "Enterprise registration completed" | 158 | Then I should see "Enterprise registration completed" |
159 | - And I am on Validator's control panel | 159 | + And I am on validator's control panel |
160 | When I follow "Tasks" | 160 | When I follow "Tasks" |
161 | Then I should see "Joao Silva wants to create enterprise My Enterprise." | 161 | Then I should see "Joao Silva wants to create enterprise My Enterprise." |
162 | And I choose "Accept" | 162 | And I choose "Accept" |
163 | And I press "Apply!" | 163 | And I press "Apply!" |
164 | - And I am on Joao Silva's control panel | 164 | + And I am on joaosilva's control panel |
165 | When I follow "Manage my groups" | 165 | When I follow "Manage my groups" |
166 | Then I should see "My Enterprise" | 166 | Then I should see "My Enterprise" |
167 | 167 | ||
@@ -189,13 +189,13 @@ Feature: register enterprise | @@ -189,13 +189,13 @@ Feature: register enterprise | ||
189 | When I choose "Validator" | 189 | When I choose "Validator" |
190 | And I press "Confirm" | 190 | And I press "Confirm" |
191 | Then I should see "Enterprise registration completed" | 191 | Then I should see "Enterprise registration completed" |
192 | - And I am on Validator's control panel | 192 | + And I am on validator's control panel |
193 | When I follow "Tasks" | 193 | When I follow "Tasks" |
194 | Then I should see "Joao Silva wants to create enterprise My Enterprise." | 194 | Then I should see "Joao Silva wants to create enterprise My Enterprise." |
195 | And I choose "Reject" | 195 | And I choose "Reject" |
196 | And I fill in "Rejection explanation" with "This enterprise has some irregularities." | 196 | And I fill in "Rejection explanation" with "This enterprise has some irregularities." |
197 | And I press "Apply" | 197 | And I press "Apply" |
198 | - And I am on Joao Silva's control panel | 198 | + And I am on joaosilva's control panel |
199 | When I follow "Manage my groups" | 199 | When I follow "Manage my groups" |
200 | Then I should not see "My Enterprise" | 200 | Then I should not see "My Enterprise" |
201 | 201 |