15557: Fix group manage tests
[arvados.git] / cypress / integration / group-manage.spec.js
index 38301dd46aa09a293acdb4b9a476231c5b095cc7..1fd9e4165f502eb51fb06b8bf94f4c0071ae2eb4 100644 (file)
@@ -240,6 +240,7 @@ describe('Group manage tests', function() {
     });
 
     it('renames the group', function() {
+        cy.loginAs(adminUser);
         // Navigate to Groups
         cy.get('[data-cy=side-panel-tree]').contains('Groups').click();