From: Daniel Kutyła Date: Wed, 16 Feb 2022 13:07:16 +0000 (+0100) Subject: 18594: Failing test fix X-Git-Tag: 2.4.0~11^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/6ffb66eb2b86f14b38a6c55faacdc34617183c67 18594: Failing test fix Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js index ecac3861..0017e416 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]) {