2960: Merge branch 'main' into 2960-keepstore-streaming
[arvados.git] / services / workbench2 / cypress / integration / workflow.spec.js
index 844e87d8deb64b1969014296330a17312623051f..c6c49ee34325b294b2f0e17bcfe09058cf562401 100644 (file)
@@ -217,13 +217,13 @@ describe('Registered workflow panel tests', function() {
                     cy.get('[data-cy=registered-workflow-info-panel')
                         .should('contain', 'gitCommit: 9b091ed7e0bef98b3312e9478c52b89ba25792de')
 
-                    cy.get('[data-cy=process-io-card] h6').contains('Inputs')
+                    cy.get('[data-cy=process-io-card] h6').contains('Input Parameters')
                         .parents('[data-cy=process-io-card]').within(() => {
                             verifyIOParameter('file1', null, '', '', '');
                             verifyIOParameter('numbering', null, '', '', '');
                             verifyIOParameter('args.py', null, '', 'args.py', 'de738550734533c5027997c87dc5488e+53');
                         });
-                    cy.get('[data-cy=process-io-card] h6').contains('Outputs')
+                    cy.get('[data-cy=process-io-card] h6').contains('Output Parameters')
                         .parents('[data-cy=process-io-card]').within(() => {
                             verifyIOParameter('args', null, '', '', '');
                         });