[ARVADOS-WORKBENCH2] updated: 2.3.0-155-g6ffb66eb

Git user git at public.arvados.org
Wed Feb 16 13:07:40 UTC 2022


Summary of changes:
 cypress/integration/project.spec.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  6ffb66eb2b86f14b38a6c55faacdc34617183c67 (commit)
      from  ae946826d1670cb786688e859bc1f3257150ae75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 6ffb66eb2b86f14b38a6c55faacdc34617183c67
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Wed Feb 16 14:07:16 2022 +0100

    18594: Failing test fix
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

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]) {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list