5198: Remove href attributes from remote:true links to prevent ctrl-click et al....
[arvados.git] / apps / workbench / test / diagnostics / pipeline_test.rb
index 168656d4c3fd273a1fa3cd5e73824c5799e9b0b0..f9e324ca41f84377cf9b4cb6bc284e58b3abebf2 100644 (file)
@@ -39,7 +39,7 @@ class PipelineTest < DiagnosticsTest
       wait_for_ajax
 
       # All needed input are filled in. Run this pipeline now
-      click_link 'Components'
+      find('a,button', text: 'Components').click
       find('a,button', text: 'Run').click
 
       # Pipeline is running. We have a "Stop" button instead now.