From 3a7aa686f26fd160ba557e0f628a4e92bf218e4e Mon Sep 17 00:00:00 2001 From: Fabio Teixeira Date: Thu, 5 Mar 2015 17:29:11 -0300 Subject: [PATCH] Fix autocomplete bug in user_profile_edition.feature --- features/user_profile_edition.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/user_profile_edition.feature b/features/user_profile_edition.feature index e4eb0eb..8513add 100644 --- a/features/user_profile_edition.feature +++ b/features/user_profile_edition.feature @@ -32,9 +32,9 @@ Feature: Institution Field Scenario: Add more then one instituion on profile editor Given I follow "Edit Profile" And I follow "Add new institution" - And I type in "Minis" in autocomplete list "input_institution" and I choose "Ministerio do Planejamento" + And I type in "Minis" in autocomplete list "#input_institution" and I choose "Ministerio do Planejamento" And I follow "Add new institution" - And I type in "Gover" in autocomplete list "input_institution" and I choose "Governo do DF" + And I type in "Gover" in autocomplete list "#input_institution" and I choose "Governo do DF" And I follow "Add new institution" Then I should see "Ministerio do Planejamento" within ".institutions_added" And I should see "Governo do DF" within ".institutions_added" -- libgit2 0.21.2