[arvados-workbench2] updated: 2.5.0-59-g1644bcb5
git repository hosting
git at public.arvados.org
Thu Feb 16 20:56:17 UTC 2023
Summary of changes:
cypress/integration/process.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1644bcb57fa716c5d70d97b7916f47acc179cad0 (commit)
from d86374acae51a7706b55c1333491f297df173a0a (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 1644bcb57fa716c5d70d97b7916f47acc179cad0
Author: Stephen Smith <stephen at curii.com>
Date: Thu Feb 16 15:56:01 2023 -0500
20000: Try to improve cypress 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 851e3395..bd82700e 100644
--- a/cypress/integration/process.spec.js
+++ b/cypress/integration/process.spec.js
@@ -1350,8 +1350,8 @@ describe('Process tests', function() {
// Navigate to process and verify cancel button
cy.goToPath(`/processes/${containerRequest.uuid}`);
- cy.waitForDom();
cy.get('[data-cy=process-details]').should('contain', crOnHold);
+ cy.waitForDom();
cy.get('[data-cy=process-details]').find('button').contains('Run');
cy.get('[data-cy=process-cancel]').should('not.exist');
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list