16068: Fix process panel test
authorStephen Smith <stephen@curii.com>
Tue, 12 Apr 2022 19:24:17 +0000 (15:24 -0400)
committerStephen Smith <stephen@curii.com>
Tue, 12 Apr 2022 19:24:17 +0000 (15:24 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

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
+});