[arvados-workbench2] updated: 2.4.0-355-g9183367d
git repository hosting
git at public.arvados.org
Thu Dec 1 19:04:57 UTC 2022
Summary of changes:
cypress/integration/process.spec.js | 14 ++++++++++++++
1 file changed, 14 insertions(+)
via 9183367d596ef3082d0e81ec459c9813ed69e805 (commit)
from 977d563279f1e75a363b64ab76dd0f90a3a0deb7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9183367d596ef3082d0e81ec459c9813ed69e805
Author: Stephen Smith <stephen at curii.com>
Date: Thu Dec 1 14:04:41 2022 -0500
19700: Update cypress to test for file url input
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/process.spec.js b/cypress/integration/process.spec.js
index 732310f7..f4461b75 100644
--- a/cypress/integration/process.spec.js
+++ b/cypress/integration/process.spec.js
@@ -632,6 +632,19 @@ describe('Process tests', function() {
"$include": "include_path"
}
}
+ },
+ {
+ definition: {
+ "id": "#main/input_file_url",
+ "type": "File"
+ },
+ input: {
+ "input_file_url": {
+ "basename": "index.html",
+ "class": "File",
+ "location": "http://example.com/index.html"
+ }
+ }
}
];
@@ -1022,6 +1035,7 @@ describe('Process tests', function() {
verifyIOParameter('input_string_include', null, null, "Cannot display value");
verifyIOParameter('input_file_include', null, null, "Cannot display value");
verifyIOParameter('input_directory_include', null, null, "Cannot display value");
+ verifyIOParameter('input_file_url', null, null, "http://example.com/index.html");
});
cy.get('[data-cy=process-io-card] h6').contains('Outputs')
.parents('[data-cy=process-io-card]').within((ctx) => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list