X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/08271aa69aafdc92e2e8f8f25ed7fab078deb993..965565ddc62635928a6b043158fd683738961c8c:/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 80ef68e710..5b5848ee77 100644 --- a/apps/workbench/test/integration/work_units_test.rb +++ b/apps/workbench/test/integration/work_units_test.rb @@ -133,6 +133,8 @@ class WorkUnitsTest < ActionDispatch::IntegrationTest assert_selector 'a', text: template_name assert_equal "Set value for ex_string_def", find('div.form-group > div > p.form-control-static > a', text: "hello-testing-123")[:"data-title"] + + page.assert_selector 'a.disabled,button.disabled', text: 'Run' end end