* fixing recording feature tests

This commit is contained in:
Seth Call 2013-11-16 18:51:54 +00:00
parent 9c9c427b75
commit 7f4c15ea87
1 changed files with 6 additions and 6 deletions

View File

@ -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