* fix scheduled_session helper
This commit is contained in:
parent
6d84241cae
commit
bd53601b56
|
|
@ -219,6 +219,8 @@ describe "Create Session Flow", :js => true, :type => :feature, :capybara_featur
|
|||
in_client(user1) do
|
||||
visit "/client#/createSession"
|
||||
|
||||
find('li[create-type="start-scheduled"] ins').trigger(:click)
|
||||
|
||||
find('.btn-next').trigger(:click)
|
||||
find('.btn-next').trigger(:click)
|
||||
|
||||
|
|
|
|||
|
|
@ -332,7 +332,9 @@ def schedule_session(options = {})
|
|||
|
||||
find('.btn-next', text: 'PUBLISH SESSION').trigger(:click)
|
||||
|
||||
find('div[type="createSession"]')
|
||||
find('h2', text: 'create session')
|
||||
|
||||
sleep 1 # to get rid of this, we need to verify that the URL is /client#/home.. otherwise intermittent fails
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue