[ARVADOS] updated: 1.3.0-3038-g8661ab4aa

Git user git at public.arvados.org
Fri Aug 28 20:46:35 UTC 2020


Summary of changes:
 apps/workbench/test/integration/anonymous_access_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8661ab4aa19494699915a9a9c1c492345d367855 (commit)
      from  b36ffab0228e53226614f7d33e4a8e3921d0256f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8661ab4aa19494699915a9a9c1c492345d367855
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Aug 28 16:46:22 2020 -0400

    16602: fix test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/apps/workbench/test/integration/anonymous_access_test.rb b/apps/workbench/test/integration/anonymous_access_test.rb
index cbbe28a6f..e47f1ae2e 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
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list