[arvados-workbench2] updated: 2.6.3-54-g3332d2f5
git repository hosting
git at public.arvados.org
Fri Aug 18 16:29:22 UTC 2023
Summary of changes:
cypress/integration/search.spec.js | 1 +
1 file changed, 1 insertion(+)
via 3332d2f522adba7f57590f95eef88f68e90ff82c (commit)
from 20b17ce2416339b68b598765ed1f7f09e60cd95f (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 3332d2f522adba7f57590f95eef88f68e90ff82c
Author: Stephen Smith <stephen at curii.com>
Date: Fri Aug 18 12:29:05 2023 -0400
19991: Fix for search cypress test
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js
index c8e262f0..2da90fbd 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -280,6 +280,7 @@ describe('Search tests', function() {
cy.contains('View details');
cy.contains('Copy to clipboard').click();
+ cy.waitForDom();
cy.window().then((win) => (
win.navigator.clipboard.readText().then((text) => {
expect(text).to.match(new RegExp(`/collections/${testCollection.uuid}$`));
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list