16068: Fix process panel test
[arvados-workbench2.git] / cypress / integration / process.spec.js
index 75c318dbfa3d395c4fd2c6faab1431f8d950cd43..f5dfbcd4bf4827b5c55674429e8175de7288c347 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');
@@ -191,4 +191,4 @@ describe('Process tests', function() {
             });
         });
     });
-});
\ No newline at end of file
+});