16068: Merge branch 'main' of git.arvados.org:arvados-workbench2 into 16068
[arvados-workbench2.git] / cypress / integration / process.spec.js
index 3234f7c4bd5bcd04a89df3274642b467a2e3a2f6..48b936cf69c8e50e225b32e8d316826cec67c141 100644 (file)
@@ -95,7 +95,7 @@ describe('Process tests', function() {
         .then(function(containerRequest) {
             cy.loginAs(activeUser);
             cy.goToPath(`/processes/${containerRequest.uuid}`);
-            cy.get('[data-cy=process-info]').should('contain', crName);
+            cy.get('[data-cy=process-details]').should('contain', crName);
             cy.get('[data-cy=process-logs]')
                 .should('contain', 'No logs yet')
                 .and('not.contain', 'hello world');
@@ -245,4 +245,4 @@ describe('Process tests', function() {
                 .and('contain', 'No additional warning details available');
         });
     });
-});
\ No newline at end of file
+});