X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35ba053c83b7ad18e1a336d50d3a8d5a53adce9f..ee5443faad325b16047b9ad4cd588baf51e231fa:/apps/workbench/test/integration_helper.rb diff --git a/apps/workbench/test/integration_helper.rb b/apps/workbench/test/integration_helper.rb index 0c66e59c8c..7209f2b6c9 100644 --- a/apps/workbench/test/integration_helper.rb +++ b/apps/workbench/test/integration_helper.rb @@ -206,7 +206,7 @@ class ActionDispatch::IntegrationTest end teardown do - if not passed? + if !passed? && !skipped? screenshot end if Capybara.current_driver == :selenium