4525: add test to verify selection on tab switching.
[arvados.git] / apps / workbench / test / integration / logins_test.rb
index 0317f162ad888720a77cff2b8917fe783edb516c..9d4e04bfee5f4cee67638c607f2cc1ddcd7d902a 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 jobs'), "Missing 'Recent jobs' from page"
+    assert page.has_text?('Active pipelines'), "Missing 'Active pipelines' from page"
     assert_no_match(/\bapi_token=/, current_path)
   end