Skip to content
Snippets Groups Projects

CAPO handling for NAASC submission

Merged Charlotte Hausman requested to merge relocatable_workflows into main
3 unresolved threads
Files
9
@@ -17,7 +17,7 @@ describe("workspace-project Test Page Download capability", () => {
expect(splInputTxtBox.isDisplayed());
expect(splInputLabel.getText()).toEqual("Science Product");
splInputTxtBox.getAttribute("value").then((value) => {
expect(value === "uid://evla/image/3d3db489-9331-4e61-aa80-002bc2989b1e");
expect(value === "uid://evla/quicklook_image/f5610635-efe3-49b4-a281-3c0f871e7e5b");
});
});
Loading