* fix selector in test

This commit is contained in:
Seth Call 2014-06-08 22:32:07 -05:00
parent 653b03bea1
commit 9368d2f045
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ describe "In a Session", :js => true, :type => :feature, :capybara_feature => tr
wait_for_ajax
expect(page).to have_selector('h1', text: 'configure tracks')
find('#btn-add-new-audio-gear').trigger(:click)
find('.btn-add-new-audio-gear').trigger(:click)
wait_for_ajax
expect(page).to have_selector('h1', text: 'add new audio gear')