[ARVADOS-WORKBENCH2] updated: 2.1.0-225-g5436892f
Git user
git at public.arvados.org
Thu Mar 25 14:00:34 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
via 5436892f893d58526d94d28dac05afb5cff596aa (commit)
from 6a6c17ba2b6936a2723d2c3698f8ef10ad8eec3d (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 5436892f893d58526d94d28dac05afb5cff596aa
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Thu Mar 25 10:58:50 2021 -0300
17337: Adds more file renaming test cases.
It seems that the UI is decoding literal decodeable strings like:
%22 -> "
%C3%BC -> ΓΌ
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 8c002362..3041acf5 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -202,7 +202,11 @@ describe('Collection panel tests', function () {
'some_file.pdf?',
'?some_file.pdf',
'some%file.pdf',
- 'some%2Ffile.pdf'
+ 'some%2Ffile.pdf',
+ 'some%22file.pdf',
+ 'some%20file.pdf',
+ "G%C3%BCnter's%20file.pdf",
+ 'bar' // make sure we can go back to the original name as a last step
];
eachPair(names, (from, to) => {
cy.get('[data-cy=collection-files-panel]')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list