* fixing recording feature tests
This commit is contained in:
parent
9c9c427b75
commit
7f4c15ea87
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue