16073: Update test for removal of doc
authorStephen Smith <stephen@curii.com>
Thu, 22 Sep 2022 20:40:49 +0000 (16:40 -0400)
committerStephen Smith <stephen@curii.com>
Thu, 22 Sep 2022 20:40:49 +0000 (16:40 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

cypress/integration/process.spec.js

index b2942e4d33886865a6aac8e1d460f9070fff7c98..dd7a20be9e3822d3de02db1f777254870709612e 100644 (file)
@@ -749,7 +749,7 @@ describe('Process tests', function() {
 
     const verifyIOParameter = (name, label, doc, val, collection, multipleRows) => {
         cy.get('table tr').contains(name).parents('tr').within(($mainRow) => {
 
     const verifyIOParameter = (name, label, doc, val, collection, multipleRows) => {
         cy.get('table tr').contains(name).parents('tr').within(($mainRow) => {
-            doc && cy.contains(doc);
+            label && cy.contains(label);
 
             if (multipleRows) {
                 cy.get($mainRow).nextUntil('[data-cy="process-io-param"]').as('secondaryRows');
 
             if (multipleRows) {
                 cy.get($mainRow).nextUntil('[data-cy="process-io-param"]').as('secondaryRows');