[arvados] updated: 2.6.0-558-g3c40555d09
git repository hosting
git at public.arvados.org
Sun Sep 3 16:44:47 UTC 2023
Summary of changes:
apps/workbench/test/integration/search_box_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3c40555d09e8bee6db8e0c9d3169cf66b8a92c3d (commit)
from 178013be0ccd804cb0579942ba50faa7cc68d52e (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 3c40555d09e8bee6db8e0c9d3169cf66b8a92c3d
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Sun Sep 3 12:44:34 2023 -0400
20850: Fix test selector
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/apps/workbench/test/integration/search_box_test.rb b/apps/workbench/test/integration/search_box_test.rb
index 1eed15882a..51d615fe2d 100644
--- a/apps/workbench/test/integration/search_box_test.rb
+++ b/apps/workbench/test/integration/search_box_test.rb
@@ -74,7 +74,7 @@ class SearchBoxTest < ActionDispatch::IntegrationTest
assert page.has_text?('Search'), 'No text - Search'
assert page.has_text?('Cancel'), 'No text - Cancel'
assert_selector('div', text: publicly_accessible_project['name'])
- find(:xpath, '//div[./span[contains(.,publicly_accessible_project["uuid"])]]').click
+ find("div[data-object-uuid=#{publicly_accessible_project["uuid"]}]").click
click_button 'Show'
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list