15768: uncommented image preview test spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
authorLisa Knox <lisaknox83@gmail.com>
Tue, 3 Oct 2023 13:43:46 +0000 (09:43 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Tue, 3 Oct 2023 13:43:46 +0000 (09:43 -0400)
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);