17337: Added more tests to cover edge cases
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index ab6a4e97f774347b3daf7ee41f7396dd68837e71..7764a8ebbc6264105beffb208d1dfc061ff18fd9 100644 (file)
@@ -201,7 +201,13 @@ describe('Collection panel tests', function () {
                     'some_file.pdf#',
                     'some_file.pdf?',
                     '?some_file.pdf',
-                    'some%file.pdf'
+                    'some%file.pdf',
+                    'some%2Ffile.pdf',
+                    'some%22file.pdf',
+                    'some%20file.pdf',
+                    "G%C3%BCnter's%20file.pdf",
+                    'table%&?*2',
+                    '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]')