4533: Merge branch 'master' into 4533-remote-reset
[arvados.git] / apps / workbench / test / integration / user_profile_test.rb
index 6dbb90c32591e104bd9065b3da593303abb2860f..e79a132cc2656d02497e20ea8eafa23494785b75 100644 (file)
@@ -3,6 +3,8 @@ require 'selenium-webdriver'
 require 'headless'
 
 class UserProfileTest < ActionDispatch::IntegrationTest
+  reset_api_fixtures :after_suite
+
   setup do
     headless = Headless.new
     headless.start
@@ -106,7 +108,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest
     click_link 'Back to work!'
 
     # profile saved and in home page now
-    assert page.has_text?('Active pipelines'), 'No text - My projects'
+    assert page.has_text?('Active pipelines'), 'No text - Active pipelines'
   end
 
   [