[arvados-workbench2] updated: 2.4.0-325-gba638379

git repository hosting git at public.arvados.org
Fri Oct 28 15:11:55 UTC 2022


Summary of changes:
 cypress/integration/process.spec.js | 1 +
 1 file changed, 1 insertion(+)

       via  ba638379056591dd0c40a192a8582df8d395b138 (commit)
      from  56c5b7de1410f21a91e18d1c8ff253935948e401 (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 ba638379056591dd0c40a192a8582df8d395b138
Author: Stephen Smith <stephen at curii.com>
Date:   Fri Oct 28 11:11:41 2022 -0400

    19315: Improve cypress test
    
    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 90b52aa1..07122432 100644
--- a/cypress/integration/process.spec.js
+++ b/cypress/integration/process.spec.js
@@ -125,6 +125,7 @@ describe('Process tests', function() {
             cy.goToPath(`/processes/${containerRequest.uuid}`);
             cy.get('[data-cy=process-details]').should('contain', containerRequest.name);
             cy.get('[data-cy=process-details-attributes-modifiedby-user]').contains(`Active User (${activeUser.user.uuid})`);
+            cy.get('[data-cy=process-details-attributes-runtime-user]').should('not.exist');
         });
 
         // Fake submitted by another user

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list