X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3b66f2d893aca532618de155f62dbe9b066c033..a942e37250873d383bd885ba0dba70c63b3c073d:/apps/workbench/test/integration/errors_test.rb diff --git a/apps/workbench/test/integration/errors_test.rb b/apps/workbench/test/integration/errors_test.rb index de595e30ab..42101912d4 100644 --- a/apps/workbench/test/integration/errors_test.rb +++ b/apps/workbench/test/integration/errors_test.rb @@ -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