10524: update tests to look for 'Run a process' button instead of 'Run a pipeline'
[arvados.git] / apps / workbench / test / integration / projects_test.rb
index e5877aca6d1e88824b2575ba571eda21de403ee3..27eac8ab566ca916d42569c52ceba15e41e7fcd1 100644 (file)
@@ -746,7 +746,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
       project = api_fixture('groups')['aproject']
       visit page_with_token 'active', '/projects/' + project['uuid']
 
-      find('.btn', text: 'Run a pipeline').click
+      find('.btn', text: 'Run a process').click
 
       # in the chooser, verify preview and click Next button
       within('.modal-dialog') do