[ARVADOS-WORKBENCH2] updated: 2.1.0-222-g3ecdcece
Git user
git at public.arvados.org
Wed Mar 24 15:01:51 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 3ecdcece8b6a4fd699582d6ae56def97970bdb2f (commit)
from f5f72a4ee9b00aab5492f8991677b6503a6f2ac3 (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 3ecdcece8b6a4fd699582d6ae56def97970bdb2f
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Mar 24 12:00:58 2021 -0300
17337: Adds a new file name case: names with '%2F' don't get listed.
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 ab6a4e97..8c002362 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -201,7 +201,8 @@ describe('Collection panel tests', function () {
'some_file.pdf#',
'some_file.pdf?',
'?some_file.pdf',
- 'some%file.pdf'
+ 'some%file.pdf',
+ 'some%2Ffile.pdf'
];
eachPair(names, (from, to) => {
cy.get('[data-cy=collection-files-panel]')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list