From 8566cc5bc91bbead2ad3d9a812c28fb992c9ef6d Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 26 Aug 2015 20:31:34 -0500 Subject: [PATCH] * fix typo added in webcamViewer --- .../javascripts/react-components/stores/SessionStore.js.coffee | 2 +- web/spec/features/jam_track_searching_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee index 3c32f49dc..94c1042e0 100644 --- a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee +++ b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee @@ -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: () -> diff --git a/web/spec/features/jam_track_searching_spec.rb b/web/spec/features/jam_track_searching_spec.rb index 00cb1793a..000c58233 100644 --- a/web/spec/features/jam_track_searching_spec.rb +++ b/web/spec/features/jam_track_searching_spec.rb @@ -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')