19315: Add process modified by and hide runtime user if equal
[arvados-workbench2.git] / cypress / integration / process.spec.js
index bb7492e1802b98593ea586480b3d4838385ff3e0..838fa9da022536daae7f3e521f49ff416a51c025 100644 (file)
@@ -126,6 +126,7 @@ describe('Process tests', function() {
             cy.goToPath(`/processes/${containerRequest.uuid}`);
             cy.get('[data-cy=process-details]').should('contain', crName);
             cy.get('[data-cy=process-details-attributes-runtime-user]').contains(`Active User (${activeUser.user.uuid})`);
+            cy.get('[data-cy=process-details-attributes-modifiedby-user]').contains(`zzzzz-tpzed-000000000000000`);
         });
     });