15768: uncommented image preview test spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
[arvados.git] / cypress / integration / process.spec.js
index 3774c3ea75935cbcd72a23da0c1b1fa3024b1c55..4424b0350ee949094878f3fb9ee3b2e5b32be5c4 100644 (file)
@@ -1015,7 +1015,7 @@ describe("Process tests", function () {
                     cy.get('[data-cy="io-preview-image-toggle"]').click({ waitForAnimations: false });
                     const outPdh = testOutputCollection.portable_data_hash;
                     verifyIOParameter("output_file", null, "Label Description", "cat.png", `${outPdh}`);
-                    // verifyIOParameterImage("output_file", `/c=${outPdh}/cat.png`);
+                    verifyIOParameterImage("output_file", `/c=${outPdh}/cat.png`);
                     verifyIOParameter("output_file_with_secondary", null, "Doc Description", "main.dat", `${outPdh}`);
                     verifyIOParameter("output_file_with_secondary", null, "Doc Description", "secondary.dat", undefined, true);
                     verifyIOParameter("output_file_with_secondary", null, "Doc Description", "secondary2.dat", undefined, true);