From bba5fdc0c59b22bd8aa953d3db8bdc059f7ebab5 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Tue, 11 May 2021 12:57:54 -0300 Subject: [PATCH] 17582: Adds integration test cases exposing the bug. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- cypress/integration/collection.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index 15170076..a54f13ca 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -239,6 +239,8 @@ describe('Collection panel tests', function () { const names = [ 'bar', // initial name already set + '[between brackets]', // JSON-like strings (#17582) + '{between braces}', // JSON-like strings (#17582) '&', 'foo', '&', -- 2.30.2