Commit b16bd6b2a27102ba4ca15bf88f422afdf9788eef

Authored by Rodrigo Souto
1 parent 04b1bfd0

Fixing test: features/register_enterprise.feature

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
features/register_enterprise.feature
@@ -104,6 +104,7 @@ Feature: register enterprise @@ -104,6 +104,7 @@ Feature: register enterprise
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
  107 + @selenium
107 Scenario: a user register an enterprise successfully through the admin 108 Scenario: a user register an enterprise successfully through the admin
108 validator method and the admin rejects 109 validator method and the admin rejects
109 Given organization_approval_method is "admin" on environment 110 Given organization_approval_method is "admin" on environment
@@ -165,6 +166,7 @@ Feature: register enterprise @@ -165,6 +166,7 @@ Feature: register enterprise
165 When I follow "Manage my groups" 166 When I follow "Manage my groups"
166 Then I should see "My Enterprise" 167 Then I should see "My Enterprise"
167 168
  169 + @selenium
168 Scenario: a user register an enterprise successfully through the region 170 Scenario: a user register an enterprise successfully through the region
169 validator method and the validator rejects 171 validator method and the validator rejects
170 Given organization_approval_method is "region" on environment 172 Given organization_approval_method is "region" on environment