[ARVADOS-WORKBENCH2] updated: 2.3.0-30-g5dab018d
Git user
git at public.arvados.org
Wed Dec 8 20:21:36 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 4 ++++
1 file changed, 4 insertions(+)
via 5dab018df57f29c6230e66fc3dcfc56919425b3f (commit)
from 368c579bfe87bedf8905b5200fb4829ea0f1f905 (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 5dab018df57f29c6230e66fc3dcfc56919425b3f
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Wed Dec 8 16:50:37 2021 +0100
17579: Fix for collection cypress failure
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index e7282275..a22ec37d 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -866,7 +866,11 @@ describe('Collection panel tests', function () {
cy.get('[data-cy=form-submit-btn]').click();
cy.get('button[aria-label=Remove]').should('exist');
+<<<<<<< HEAD
cy.get('button[aria-label=Remove]').click({ multiple: true });
+=======
+ cy.get('button[aria-label=Remove]').click({ multiple: true, force: true });
+>>>>>>> a4391aa3... 17579: Fix for collection cypress failure
cy.get('[data-cy=form-submit-btn]').should('not.exist');
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list