[arvados-workbench2] updated: 2.6.0-18-g70593b8d
git repository hosting
git at public.arvados.org
Wed May 24 00:13:36 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 70593b8d415d8858123a3df4eb148ce686611c26 (commit)
from f3d184828b69929818603bd1e88ef8cb98a472df (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 70593b8d415d8858123a3df4eb148ce686611c26
Author: Stephen Smith <stephen at curii.com>
Date: Tue May 23 20:13:14 2023 -0400
20031: Fix move to separate collection test, requires selecting multiple files
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 c53ff392..4d3f95e2 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}`);
cy.get('[data-cy=collection-files-panel]').within(() => {
- cy.get('input[type=checkbox]').first().click();
+ cy.get('input[type=checkbox]').click({multiple: true});
});
cy.get('[data-cy=collection-files-panel-options-btn]').click();
@@ -1094,7 +1094,7 @@ describe('Collection panel tests', function () {
cy.goToPath(`/collections/${sourceCollection.uuid}`);
cy.get('[data-cy=collection-files-panel]').within(() => {
- cy.get('input[type=checkbox]').first().click();
+ cy.get('input[type=checkbox]').click({multiple: true});
});
cy.get('[data-cy=collection-files-panel-options-btn]').click();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list