X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3af60f74e1bb43c779d660bda187d780b677188e..04721847d0d2d5607999df598aed355d3ae6c6bc:/cypress/integration/collection-panel.spec.js diff --git a/cypress/integration/collection-panel.spec.js b/cypress/integration/collection-panel.spec.js index 21b52686..19a28c88 100644 --- a/cypress/integration/collection-panel.spec.js +++ b/cypress/integration/collection-panel.spec.js @@ -122,7 +122,7 @@ describe('Collection panel tests', function() { // Creates the collection using the admin token so we can set up // a bogus manifest text without block signatures. cy.createCollection(adminUser.token, { - name: `Test collection ${Math.floor(Math.random() * Math.floor(999999))}`, + name: `Test collection ${Math.floor(Math.random() * 999999)}`, owner_uuid: activeUser.user.uuid, manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n"}) .as('testCollection').then(function() { @@ -149,7 +149,7 @@ describe('Collection panel tests', function() { // Creates the collection using the admin token so we can set up // a bogus manifest text without block signatures. cy.createCollection(adminUser.token, { - name: `Test collection ${Math.floor(Math.random() * Math.floor(999999))}`, + name: `Test collection ${Math.floor(Math.random() * 999999)}`, owner_uuid: activeUser.user.uuid, manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n"}) .as('testCollection').then(function() {