17582: Adds integration test cases exposing the bug.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 11 May 2021 15:57:54 +0000 (12:57 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 11 May 2021 16:00:30 +0000 (13:00 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

cypress/integration/collection.spec.js

index 151700768fcdae0eaa0eb2269341fd3eaf031ad3..a54f13ca5d41fdd99e42842ea9eb80519f761f29 100644 (file)
@@ -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',
                     '&amp;',