[arvados] updated: 2.1.0-2596-g6f21008d7
git repository hosting
git at public.arvados.org
Wed Jun 8 18:54:41 UTC 2022
Summary of changes:
apps/workbench/test/integration/collections_test.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 6f21008d765bc04e43b8913d1e6f20e56bf5bff1 (commit)
from 2ed8d670a5d6f93eed57cb14138323cc835e027f (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 6f21008d765bc04e43b8913d1e6f20e56bf5bff1
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Wed Jun 8 15:54:26 2022 -0300
19177: Fixes tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/apps/workbench/test/integration/collections_test.rb b/apps/workbench/test/integration/collections_test.rb
index 1edfc1050..dc06da350 100644
--- a/apps/workbench/test/integration/collections_test.rb
+++ b/apps/workbench/test/integration/collections_test.rb
@@ -45,7 +45,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest
Rails.configuration.Workbench.DisableSharingURLsUI = true
coll_uuid = api_fixture("collections", "collection_owned_by_active", "uuid")
visit page_with_token("active_trustedclient", "/collections/#{coll_uuid}")
- assert_no_selector 'input', text: 'Create sharing link'
+ assert_no_text 'Create sharing link'
end
test "creating and uncreating a sharing link" do
@@ -53,7 +53,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest
download_link_re =
Regexp.new(Regexp.escape("/c=#{coll_uuid}/"))
visit page_with_token("active_trustedclient", "/collections/#{coll_uuid}")
- assert_selector 'input', text: 'Create sharing link'
+ assert_text 'Create sharing link'
within "#sharing-button" do
check_sharing(:on, download_link_re)
check_sharing(:off, download_link_re)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list