17337: Adds a new file name case: names with '%2F' don't get listed.
[arvados-workbench2.git] / 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]')