Commit 83bf41621dd95af6e2507dd9b5c9ef8d48918ab8

Authored by Parley
Committed by Gust
1 parent 84b7c424

verify_tests: Fix selenium edit user tests.

Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Signed-off-by: Parley Martins <parley@outlook.com>
Showing 1 changed file with 5 additions and 7 deletions   Show diff stats
features/user_profile_edition.feature
@@ -30,9 +30,8 @@ Feature: Institution Field @@ -30,9 +30,8 @@ Feature: Institution Field
30 And I follow "Add new institution" 30 And I follow "Add new institution"
31 And I press "Create my account" 31 And I press "Create my account"
32 Then José da Silva's account is activated 32 Then José da Silva's account is activated
33 -  
34 -  
35 - @selenium-fixme 33 +
  34 + @selenium
36 Scenario: Add more then one instituion on profile editor 35 Scenario: Add more then one instituion on profile editor
37 Given I am on josesilva's control panel 36 Given I am on josesilva's control panel
38 And I follow "Edit Profile" 37 And I follow "Edit Profile"
@@ -41,7 +40,6 @@ Feature: Institution Field @@ -41,7 +40,6 @@ Feature: Institution Field
41 And I follow "Add new institution" 40 And I follow "Add new institution"
42 And I type in "Gover" into autocomplete list "input_institution" and I choose "Governo do DF" 41 And I type in "Gover" into autocomplete list "input_institution" and I choose "Governo do DF"
43 And I follow "Add new institution" 42 And I follow "Add new institution"
44 - And I press "Save"  
45 - And I follow "Edit Profile"  
46 - And I should see "Ministerio do Planejamento"  
47 - Then I should see "Governo do DF" 43 + Then I should see "Ministerio do Planejamento" within ".institutions_added"
  44 + And I should see "Governo do DF" within ".institutions_added"
  45 +