[arvados-workbench2] updated: 2.6.0-24-gc65d58da
git repository hosting
git at public.arvados.org
Wed May 24 15:46:33 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c65d58daa5d570be4c19fc207abeda7e01ae1466 (commit)
from b49ca531d77614d3029b4d34c39df3e2938c39cf (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 c65d58daa5d570be4c19fc207abeda7e01ae1466
Author: Stephen Smith <stephen at curii.com>
Date: Wed May 24 11:46:23 2023 -0400
20031: Try to improve tests
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index 3a1e9da5..ff5e4dbd 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -990,7 +990,7 @@ describe('Collection panel tests', function () {
cy.goToPath(`/collections/${sourceCollection.uuid}`);
// Select both files
- cy.get('[data-cy=collection-files-panel]').within(() => {
+ cy.waitForDom().get('[data-cy=collection-files-panel]').within(() => {
cy.get('input[type=checkbox]').first().click();
cy.get('input[type=checkbox]').last().click();
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list