[ARVADOS-WORKBENCH2] updated: 2.1.0-218-ga0a722d1
Git user
git at public.arvados.org
Wed Mar 3 21:22:34 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
via a0a722d1920abbe1e20190d296be0c51daabefc2 (commit)
from 6a6a0ad3791c3d93f9881db8dc5bb30827af0898 (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 a0a722d1920abbe1e20190d296be0c51daabefc2
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Mar 3 18:22:07 2021 -0300
17337: Adds valid file names test cases.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index dfc1c466..dc26d09a 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -187,7 +187,14 @@ describe('Collection panel tests', function () {
['&', 'foo'],
['foo', '&'],
['&', 'I ❤️ ⛵️'],
- ['I ❤️ ⛵️', '...']
+ ['I ❤️ ⛵️', '...'],
+ ['...', , '#...'],
+ ['#...', 'some name with whitespaces'],
+ ['some name with whitespaces', 'some name with whitespaces #2'],
+ ['some name with whitespaces #2', 'is this name legal? I hope it is'],
+ ['is this name legal? I hope it is', 'some_file.pdf#'],
+ ['some_file.pdf#', 'some_file.pdf?'],
+ ['some_file.pdf?', '?some_file.pdf']
];
nameTransitions.forEach(([from, to]) => {
cy.get('[data-cy=collection-files-panel]')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list