16971: Fixed failing tests
[arvados-workbench2.git] / cypress / integration / sharing.spec.js
index 4f4c2eb3b32f6974f629cff05d975f0362fbd404..c5664e3b89e272518c6591e204d6dc474d3323be 100644 (file)
@@ -97,7 +97,7 @@ describe('Sharing tests', function () {
                 const newProjectName = `New project name ${mySharedWritableProject.name}`;
                 const newProjectDescription = `New project description ${mySharedWritableProject.name}`;
 
-                cy.editProjectOrCollection('main', mySharedWritableProject.name, newProjectName, newProjectDescription);
+                cy.testEditProjectOrCollection('main', mySharedWritableProject.name, newProjectName, newProjectDescription);
             });
     });
 });
\ No newline at end of file