[ARVADOS-WORKBENCH2] updated: 2.1.0-368-g45d60f88

Git user git at public.arvados.org
Tue May 11 15:39:45 UTC 2021


Summary of changes:
 cypress/integration/collection.spec.js | 2 ++
 1 file changed, 2 insertions(+)

       via  45d60f88235be04356fd5d798dccfe303c58281f (commit)
      from  c0d7c33919f2ab55ada391fd4223483b060166a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 45d60f88235be04356fd5d798dccfe303c58281f
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Tue May 11 12:39:06 2021 -0300

    17582: Adds integration test cases.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index 15170076..2bf84b3c 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
+                    '[bar]', // JSON-like strings (#17582)
+                    '{bar}', // JSON-like strings (#17582)
                     '&',
                     'foo',
                     '&',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list