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 104 When I follow "Manage my groups"
105 105 Then I should see "My Enterprise"
106 106  
  107 + @selenium
107 108 Scenario: a user register an enterprise successfully through the admin
108 109 validator method and the admin rejects
109 110 Given organization_approval_method is "admin" on environment
... ... @@ -165,6 +166,7 @@ Feature: register enterprise
165 166 When I follow "Manage my groups"
166 167 Then I should see "My Enterprise"
167 168  
  169 + @selenium
168 170 Scenario: a user register an enterprise successfully through the region
169 171 validator method and the validator rejects
170 172 Given organization_approval_method is "region" on environment
... ...