From: Lucas Di Pentima Date: Wed, 24 Mar 2021 15:00:58 +0000 (-0300) Subject: 17337: Adds a new file name case: names with '%2F' don't get listed. X-Git-Tag: 2.1.2.1~4^2~9 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/3ecdcece8b6a4fd699582d6ae56def97970bdb2f 17337: Adds a new file name case: names with '%2F' don't get listed. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- 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]')