From 3ecdcece8b6a4fd699582d6ae56def97970bdb2f Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Wed, 24 Mar 2021 12:00:58 -0300 Subject: [PATCH] 17337: Adds a new file name case: names with '%2F' don't get listed. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- cypress/integration/collection.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]') -- 2.30.2