Diagnostics really do need selenium. refs #3021
authorTom Clegg <tom@curoverse.com>
Fri, 9 Jan 2015 22:45:23 +0000 (17:45 -0500)
committerTom Clegg <tom@curoverse.com>
Fri, 9 Jan 2015 22:45:23 +0000 (17:45 -0500)
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]