18594: Failing test fix 18594-Collection-Advanced-Menu-is-trying-to-fetch-User-record-with-collection-UUID
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 16 Feb 2022 13:07:16 +0000 (14:07 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 16 Feb 2022 13:07:16 +0000 (14:07 +0100)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

cypress/integration/project.spec.js

index ecac38614a1ca015ddf23a0e3b7fd0868d39dd2d..0017e416c65e57627f4e0dc8c6a7d5b778428227 100644 (file)
@@ -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]) {