* fix typo added in webcamViewer

This commit is contained in:
Seth Call 2015-08-26 20:31:34 -05:00
parent 22ea6e89fd
commit 8566cc5bc9
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ NotificationActions = @NotificationActions
if gon.global.video_available && gon.global.video_available!="none" && context.JK.WebcamViewer? if gon.global.video_available && gon.global.video_available!="none" && context.JK.WebcamViewer?
@webcamViewer = new context.JK.WebcamViewer() @webcamViewer = new context.JK.WebcamViewer()
$sessionLayout = $("#create-session-layout") $sessionLayout = $("#create-session-layout")
cwebcamViewer.init($sessionLayout, false) webcamViewer.init($sessionLayout, false)
@webcamViewer.setVideoOff() @webcamViewer.setVideoOff()
issueChange: () -> issueChange: () ->

View File

@ -52,7 +52,7 @@ describe "JamTrack Search", :js => true, :type => :feature, :capybara_feature =>
find('#jamtrackSearch .Select-control').trigger(:mousedown) find('#jamtrackSearch .Select-control').trigger(:mousedown)
# wait for the 'Type to search' prompt to show # 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') send_key_sequence('#jamtrackSearch .Select-control', 'abc')