[arvados] updated: 2.7.0-5833-g96ee758154

git repository hosting git at public.arvados.org
Tue Jan 16 01:36:00 UTC 2024


Summary of changes:
 services/workbench2/cypress/integration/process.spec.js | 2 ++
 1 file changed, 2 insertions(+)

       via  96ee758154b80bd4f2a12b743e1022e8f60d03cb (commit)
      from  a528df6731b0106a2946a717f51848a17423aac2 (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 96ee758154b80bd4f2a12b743e1022e8f60d03cb
Author: Stephen Smith <stephen at curii.com>
Date:   Mon Jan 15 20:35:38 2024 -0500

    21353: Add waitForDom in process spec
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/services/workbench2/cypress/integration/process.spec.js b/services/workbench2/cypress/integration/process.spec.js
index 9ea026b990..7b4ccf9bd5 100644
--- a/services/workbench2/cypress/integration/process.spec.js
+++ b/services/workbench2/cypress/integration/process.spec.js
@@ -1495,6 +1495,8 @@ describe("Process tests", function () {
 
             cy.getAll("@containerRequest").then(function ([containerRequest]) {
                 cy.goToPath(`/processes/${containerRequest.uuid}`);
+                cy.waitForDom();
+
                 cy.get("[data-cy=process-io-card] h6")
                     .contains("Inputs")
                     .parents("[data-cy=process-io-card]")

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list