[arvados-workbench2] updated: 2.6.0-32-ga167017d
git repository hosting
git at public.arvados.org
Wed May 31 14:36:32 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via a167017da0181a84d0c5493364bc0f7f3fa3e942 (commit)
from f0f6c4a0d9d29b0e9651b79096f264093c298c9a (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 a167017da0181a84d0c5493364bc0f7f3fa3e942
Author: Stephen Smith <stephen at curii.com>
Date: Wed May 31 10:36:12 2023 -0400
20031: Cypress wait for re-render
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 36478f21..d5b1b9eb 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -1014,7 +1014,8 @@ describe('Collection panel tests', function () {
.and('contain', 'bar');
// Verify separate collection menu items not present when single file selected
- cy.get('[data-cy=collection-files-panel]').within(() => {
+ // Wait for dom for collection to re-render
+ cy.waitForDom().get('[data-cy=collection-files-panel]').within(() => {
cy.get('input[type=checkbox]').first().click();
});
cy.get('[data-cy=collection-files-panel-options-btn]').click();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list