[ARVADOS-WORKBENCH2] updated: 2.4.0-51-ga89c34e7
Git user
git at public.arvados.org
Thu May 12 22:56:01 UTC 2022
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a89c34e7cba3d8381302ff142c37e1a8b39ca80e (commit)
from 9ec7a1bf9888c2e517c7f9e0bf595c70795d5da8 (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 a89c34e7cba3d8381302ff142c37e1a8b39ca80e
Author: Stephen Smith <stephen at curii.com>
Date: Thu May 12 18:55:43 2022 -0400
19049: Add waitfordom to flaky collection test
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 d668b467..b62a3441 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -251,7 +251,7 @@ describe('Collection panel tests', function () {
.should('contain', 'someKey: someValue')
.and('not.contain', 'anotherKey: anotherValue');
// Check that the file listing show both read & write operations
- cy.get('[data-cy=collection-files-panel]').within(() => {
+ cy.waitForDom().get('[data-cy=collection-files-panel]').within(() => {
cy.get('[data-cy=collection-files-right-panel]', { timeout: 5000 })
.should('contain', fileName);
if (isWritable) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list