* fix typo added in webcamViewer
This commit is contained in:
parent
22ea6e89fd
commit
8566cc5bc9
|
|
@ -54,7 +54,7 @@ NotificationActions = @NotificationActions
|
|||
if gon.global.video_available && gon.global.video_available!="none" && context.JK.WebcamViewer?
|
||||
@webcamViewer = new context.JK.WebcamViewer()
|
||||
$sessionLayout = $("#create-session-layout")
|
||||
cwebcamViewer.init($sessionLayout, false)
|
||||
webcamViewer.init($sessionLayout, false)
|
||||
@webcamViewer.setVideoOff()
|
||||
|
||||
issueChange: () ->
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ describe "JamTrack Search", :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', 'abc')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue