From ba638379056591dd0c40a192a8582df8d395b138 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Fri, 28 Oct 2022 11:11:41 -0400 Subject: [PATCH] 19315: Improve cypress test Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- cypress/integration/process.spec.js | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2