Merge branch 'master' into 10645-cr-mounts-display
[arvados.git] / apps / workbench / test / integration / logins_test.rb
index ed16e8cf45e3a773ccb2321390e6775a4cf9d2b2..0d6514d75d75901b5f3a9b78a1fffaeb057a2b77 100644 (file)
@@ -7,7 +7,7 @@ class LoginsTest < ActionDispatch::IntegrationTest
 
   test "login with api_token works after redirect" do
     visit page_with_token('active_trustedclient')
-    assert page.has_text?('Recent processes'), "Missing 'Recent processes' from page"
+    assert page.has_text?('Recent pipelines and processes'), "Missing 'Recent pipelines and processes' from page"
     assert_no_match(/\bapi_token=/, current_path)
   end