Commit 3a7aa686f26fd160ba557e0f628a4e92bf218e4e

Authored by Fabio Teixeira
Committed by Luciano Prestes
1 parent c3b0fac8

Fix autocomplete bug in user_profile_edition.feature

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/user_profile_edition.feature
... ... @@ -32,9 +32,9 @@ Feature: Institution Field
32 32 Scenario: Add more then one instituion on profile editor
33 33 Given I follow "Edit Profile"
34 34 And I follow "Add new institution"
35   - And I type in "Minis" in autocomplete list "input_institution" and I choose "Ministerio do Planejamento"
  35 + And I type in "Minis" in autocomplete list "#input_institution" and I choose "Ministerio do Planejamento"
36 36 And I follow "Add new institution"
37   - And I type in "Gover" in autocomplete list "input_institution" and I choose "Governo do DF"
  37 + And I type in "Gover" in autocomplete list "#input_institution" and I choose "Governo do DF"
38 38 And I follow "Add new institution"
39 39 Then I should see "Ministerio do Planejamento" within ".institutions_added"
40 40 And I should see "Governo do DF" within ".institutions_added"
... ...