X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2128e03298979fd9aa01365464c7390be5a90c8f..21bb2196ecfaba6ec1e7162b8e8901988945daf1:/apps/workbench/test/integration/work_units_test.rb diff --git a/apps/workbench/test/integration/work_units_test.rb b/apps/workbench/test/integration/work_units_test.rb index 5f6ef9988b..e5cc6e4dc0 100644 --- a/apps/workbench/test/integration/work_units_test.rb +++ b/apps/workbench/test/integration/work_units_test.rb @@ -93,7 +93,7 @@ class WorkUnitsTest < ActionDispatch::IntegrationTest assert_text 'created_at' if cancelable - assert_text 'priority: 1' if type.include?('container') + assert_text 'priority: 501' if type.include?('container') if type.include?('pipeline') assert_selector 'a', text: 'Pause' first('a,link', text: 'Pause').click