diff --git a/web/spec/features/recordings_spec.rb b/web/spec/features/recordings_spec.rb index 3795eb84f..dda0de29d 100644 --- a/web/spec/features/recordings_spec.rb +++ b/web/spec/features/recordings_spec.rb @@ -115,8 +115,8 @@ describe "Find Session", :js => true, :type => :feature, :capybara_feature => tr end in_client(joiner1) do - find('#notification').should have_content 'Recording Deleted' - find('#notification').should have_content 'someone in the session has disconnected' + find('#notification').should have_content 'Recording Discarded' + find('#notification').should have_content 'did not respond to the stop signal' find('#recording-status').should have_content 'Make a Recording' end end @@ -215,14 +215,14 @@ describe "Find Session", :js => true, :type => :feature, :capybara_feature => tr end in_client(joiner1) do - find('#notification').should have_content 'Recording Deleted' - find('#notification').should have_content 'someone in the session has disconnected' + find('#notification').should have_content 'Recording Discarded' + find('#notification').should have_content 'did not respond to the stop signal' find('#recording-status').should have_content 'Make a Recording' end in_client(joiner2) do - find('#notification').should have_content 'Recording Deleted' - find('#notification').should have_content 'someone in the session has disconnected' + find('#notification').should have_content 'Recording Discarded' + find('#notification').should have_content 'did not respond to the stop signal' find('#recording-status').should have_content 'Make a Recording' end end