X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1263d931ed5043cb7f71dcfdb0ec8099b6f68501..8c4542afc387211a36cc90f8085f229ff314854e:/apps/workbench/test/integration/websockets_test.rb diff --git a/apps/workbench/test/integration/websockets_test.rb b/apps/workbench/test/integration/websockets_test.rb index 655ad92c94..bc8b5cd0f7 100644 --- a/apps/workbench/test/integration/websockets_test.rb +++ b/apps/workbench/test/integration/websockets_test.rb @@ -27,9 +27,12 @@ class WebsocketTest < ActionDispatch::IntegrationTest assert_text '123 hello' end - - [["pipeline_instances", api_fixture("pipeline_instances")['pipeline_with_newer_template']['uuid']], - ["jobs", api_fixture("jobs")['running']['uuid']]].each do |c| + [ + ["pipeline_instances", api_fixture("pipeline_instances")['pipeline_with_newer_template']['uuid']], + ["jobs", api_fixture("jobs")['running']['uuid']], + ["containers", api_fixture("containers")['running']['uuid']], + ["container_requests", api_fixture("container_requests")['running']['uuid']], + ].each do |c| test "test live logging scrolling #{c[0]}" do controller = c[0]