Merge branch '2659-anonymous-share-projects' of git.curoverse.com:arvados into 2659...
[arvados.git] / apps / workbench / test / diagnostics / pipeline_test.rb
index 6c53809143d39d3b2ff45c8759ee3b1990ed7231..eb9cfe5ed8b62a421a89a20088ca9e27451f7f97 100644 (file)
@@ -4,11 +4,11 @@ class PipelineTest < DiagnosticsTest
   pipelines_to_test = Rails.configuration.pipelines_to_test.andand.keys
 
   setup do
-    need_javascript
+    need_selenium 'to make websockets work'
   end
 
   pipelines_to_test.andand.each do |pipeline_to_test|
-    test "visit home page for user #{pipeline_to_test}" do
+    test "run pipeline: #{pipeline_to_test}" do
       visit_page_with_token 'active'
       pipeline_config = Rails.configuration.pipelines_to_test[pipeline_to_test]