X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34ed87de05ae7c6d99aefe21e83af382e371cc53..084a30a86b46ced0a951c5f3115a0ce4db65434e:/cypress/integration/collection.spec.js diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index e9876c9754..c6d29b2c06 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -239,8 +239,6 @@ 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', '&', @@ -570,7 +568,8 @@ describe('Collection panel tests', function () { // Create new collection cy.get('[data-cy=side-panel-button]').click(); cy.get('[data-cy=side-panel-new-collection]').click(); - const collName = `Test collection (${Math.floor(999999 * Math.random())})`; + // Name between brackets tests bugfix #17582 + const collName = `[Test collection (${Math.floor(999999 * Math.random())})]`; cy.get('[data-cy=form-dialog]') .should('contain', 'New collection') .within(() => {