17337: Adds more file renaming test cases.
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index 8c002362f2d7b20726ac9c006415e330b8890f3d..3041acf5b2cd9e783a4241190862ec27cbdccd2a 100644 (file)
@@ -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]')