19315: Improve cypress test
authorStephen Smith <stephen@curii.com>
Fri, 28 Oct 2022 15:11:41 +0000 (11:11 -0400)
committerStephen Smith <stephen@curii.com>
Fri, 28 Oct 2022 15:11:41 +0000 (11:11 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

cypress/integration/process.spec.js

index 90b52aa1403b39e630b2a682c8b94e543d874de1..071224323f160d217fb923b860d64ea7a5dd7108 100644 (file)
@@ -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