Commit 972a12abd04b7051616f1722c10bfbecd227f66f

Authored by Daniela Feitosa
1 parent 2e9d3fb2

Fixed test: features/manage_enterprises.feature

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
features/manage_enterprises.feature
... ... @@ -15,8 +15,10 @@ Feature: manage enterprises
15 15 Scenario: seeing my enterprises on menu
16 16 Given I am logged in as "joaosilva"
17 17 Then I should see "My enterprises" link
18   - When I follow "My enterprises" and wait
19   - Then I should see "Tangerine Dream" linking to "/myprofile/tangerine-dream"
  18 + When I follow "My enterprises"
  19 + And I follow "Tangerine Dream"
  20 + Then I should be on tangerine-dream's control panel
  21 +
20 22  
21 23 @selenium
22 24 Scenario: not show enterprises on menu to a user without enterprises
... ...