Merge branch '3627-selectable-projects' closes #3627
[arvados.git] / apps / workbench / test / integration / errors_test.rb
index de595e30ab310069a32d1a872ba41891d36e718c..42101912d48e84a74cfe7cd6ef6eeffbd3ae79ab 100644 (file)
@@ -122,7 +122,7 @@ class ErrorsTest < ActionDispatch::IntegrationTest
       end
 
       # out of the popup now and should be back in the error page
-      assert(page.has_text?('Dashboard'), 'Expected to see dashboard')
+      assert(page.has_text?(/fiddlesticks/i), 'Expected to be in error page after closing report issue popup')
     ensure
       Rails.configuration.arvados_v1_base = original_arvados_v1_base
     end