9799: Update tests: non-admin user can see container assigned to committed CR.
[arvados.git] / apps / workbench / test / integration / container_requests_test.rb
index cdb5c9180b660d3f64b930b8722b38288b7c3432..df6584ebb6490cedac2fe439a1a77110a9feeb84 100644 (file)
@@ -75,7 +75,7 @@ class ContainerRequestsTest < ActionDispatch::IntegrationTest
       assert_text 'This workflow does not need any further inputs'
       click_link "Run"
       wait_for_ajax
-      assert_text 'This container is committed'
+      assert_text 'This container is queued'
     end
   end
 
@@ -94,6 +94,6 @@ class ContainerRequestsTest < ActionDispatch::IntegrationTest
     page.assert_no_selector 'a.disabled,button.disabled', text: 'Run'
     click_link "Run"
     wait_for_ajax
-    assert_text 'This container is committed'
+    assert_text 'This container is queued'
   end
 end