[arvados-workbench2] updated: 2.4.0-207-g74da68a3
git repository hosting
git at public.arvados.org
Thu Sep 15 19:13:35 UTC 2022
Summary of changes:
cypress/integration/process.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 74da68a31fc788818cab7276e67db8951cb28220 (commit)
from 7869d0e6e67f4c6d376f8c0ff4bb3123cabe7ed7 (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 74da68a31fc788818cab7276e67db8951cb28220
Author: Stephen Smith <stephen at curii.com>
Date: Thu Sep 15 15:13:13 2022 -0400
16073: Imporve process io panel test reliability
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/process.spec.js b/cypress/integration/process.spec.js
index 7884b988..b2942e4d 100644
--- a/cypress/integration/process.spec.js
+++ b/cypress/integration/process.spec.js
@@ -896,7 +896,7 @@ describe('Process tests', function() {
cy.get('[data-cy=process-io-card] h6').contains('Outputs')
.parents('[data-cy=process-io-card]').within((ctx) => {
cy.get(ctx).scrollIntoView();
- cy.get('[data-cy="io-preview-image-toggle"]').click();
+ cy.waitForDom().get('[data-cy="io-preview-image-toggle"]').click();
const outPdh = testOutputCollection.portable_data_hash;
verifyIOParameter('output_file', null, "Label Description", 'cat.png', `keep:${outPdh}`);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list