From: Stephen Smith Date: Fri, 28 Oct 2022 15:11:41 +0000 (-0400) Subject: 19315: Improve cypress test X-Git-Tag: 2.5.0~27^2~2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ba638379056591dd0c40a192a8582df8d395b138 19315: Improve cypress test Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- 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