* fix jamtrack test

This commit is contained in:
Seth Call 2015-08-26 20:38:34 -05:00
parent 63ef63c20d
commit 2bce35d604
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ describe "JamTrack Shopping", :js => true, :type => :feature, :capybara_feature
find('#jamtrackSearch .Select-control').trigger(:mousedown)
# wait for the 'Type to search' prompt to show
find('#jamtrackSearch .Select-noresults')
find('#jamtrackSearch .Select-search-prompt')
send_key_sequence('#jamtrackSearch .Select-control', jt_us.name)
find('#jamtrackSearch .search-btn').trigger(:click)
end