* fix broken test

This commit is contained in:
Seth Call 2014-12-30 21:14:36 -06:00
parent ed15eef3ac
commit 2fc6edf579
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ describe "Create Session", :js => true, :type => :feature, :capybara_feature =>
find('li[create-type="start-scheduled"] ins').trigger(:click)
find('.btn-next').trigger(:click)
find('.btn-next').trigger(:click)
find('#btn-alert-ok').trigger(:click) # accept the 'If you start this session now, the scheduled start time...'
expect(page).to have_selector('h2', text: 'my tracks')
find('#session-screen .session-mytracks .session-track')
end