From 6ffb66eb2b86f14b38a6c55faacdc34617183c67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Wed, 16 Feb 2022 14:07:16 +0100 Subject: [PATCH] 18594: Failing test fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- cypress/integration/project.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]) { -- 2.30.2