X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae946826d1670cb786688e859bc1f3257150ae75..ae6892150bb19c974d8af4cb323760f52a2ea19e:/cypress/integration/project.spec.js diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js index ecac38614a..0017e416c6 100644 --- a/cypress/integration/project.spec.js +++ b/cypress/integration/project.spec.js @@ -201,8 +201,7 @@ describe('Project tests', function() { name: `Test root project ${Math.floor(Math.random() * 999999)}`, group_class: 'project', }).as('testProject1').then((testProject1) => { - - cy.shareWith(adminUser.token, activeUser.user.uuid, testCollection2.uuid, 'can_write'); + cy.shareWith(adminUser.token, activeUser.user.uuid, testProject1.uuid, 'can_write'); }); cy.getAll('@testProject1').then(function([testProject1]) {