17337: Adds a new file name case: names with '%2F' don't get listed.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 24 Mar 2021 15:00:58 +0000 (12:00 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 24 Mar 2021 15:00:58 +0000 (12:00 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

cypress/integration/collection.spec.js

index ab6a4e97f774347b3daf7ee41f7396dd68837e71..8c002362f2d7b20726ac9c006415e330b8890f3d 100644 (file)
@@ -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]')