X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5cbcd7b2923a9c4e58189dbaa0b482e357291c57..ef4ca87900bd023849aca62952ad2a27cfe40d34:/apps/workbench/test/integration/jobs_test.rb diff --git a/apps/workbench/test/integration/jobs_test.rb b/apps/workbench/test/integration/jobs_test.rb index be6a83dcac..7708ffdc0a 100644 --- a/apps/workbench/test/integration/jobs_test.rb +++ b/apps/workbench/test/integration/jobs_test.rb @@ -101,7 +101,7 @@ class JobsTest < ActionDispatch::IntegrationTest if expect_options assert_text 'supplied_script_version: master' else - assert_no_text 'supplied_script_version: (none)' + assert_no_text 'supplied_script_version' end assert_triggers_dom_event 'shown.bs.modal' do @@ -154,7 +154,7 @@ class JobsTest < ActionDispatch::IntegrationTest if readable click_link('component1') - within('#collapse1') do + within('.panel-collapse') do assert(has_text? component1['uuid']) assert(has_text? component1['script_version']) assert(has_text? 'script_parameters')