* fix selector in test
This commit is contained in:
parent
653b03bea1
commit
9368d2f045
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue