9767: add a link to workflow in the container_request#show page.
[arvados.git] / apps / workbench / test / integration / projects_test.rb
index 626bd50950c99c06c3efc545204a8f41b227ec7d..e5877aca6d1e88824b2575ba571eda21de403ee3 100644 (file)
@@ -740,7 +740,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
 
   [
     ['Two Part Pipeline Template', 'part-one', 'Provide a value for the following'],
-    ['Workflow with input specifications', 'this work has inputs specified', 'This container is uncommitted'],
+    ['Workflow with input specifications', 'this workflow has inputs specified', 'Provide a value for the following'],
   ].each do |template_name, preview_txt, process_txt|
     test "run a process using template #{template_name} in a project" do
       project = api_fixture('groups')['aproject']