From: Peter Amstutz Date: Fri, 28 Aug 2020 20:46:22 +0000 (-0400) Subject: 16602: fix test X-Git-Tag: 2.1.0~96^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/8661ab4aa19494699915a9a9c1c492345d367855 16602: fix test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/apps/workbench/test/integration/anonymous_access_test.rb b/apps/workbench/test/integration/anonymous_access_test.rb index cbbe28a6f3..e47f1ae2e9 100644 --- a/apps/workbench/test/integration/anonymous_access_test.rb +++ b/apps/workbench/test/integration/anonymous_access_test.rb @@ -197,7 +197,7 @@ class AnonymousAccessTest < ActionDispatch::IntegrationTest assert_text 'script version' assert_no_selector 'a', text: 'Run this pipeline' else - within first('tr[data-kind="arvados#workflow"]') do + within 'tr[data-kind="arvados#workflow"]', text: "Workflow with default input specifications" do click_link 'Show' end