From e98ffd612880b646184f1bd045ec890eeab4762d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Tue, 27 Sep 2022 16:56:34 +0200 Subject: [PATCH] 18692: Tmp only added 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/group-manage.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/group-manage.spec.js b/cypress/integration/group-manage.spec.js index ffe2c8c4..b1690d6b 100644 --- a/cypress/integration/group-manage.spec.js +++ b/cypress/integration/group-manage.spec.js @@ -254,7 +254,7 @@ describe('Group manage tests', function() { .should('not.contain', groupName + ' (renamed)'); }); - it('disables group-related controls for built-in groups', function() { + it.only('disables group-related controls for built-in groups', function() { cy.loginAs(adminUser); ['All users', 'Anonymous users', 'System group'].forEach((builtInGroup) => { -- 2.30.2