[arvados-workbench2] updated: 2.4.0-224-ge98ffd61
git repository hosting
git at public.arvados.org
Tue Sep 27 14:56:58 UTC 2022
Summary of changes:
cypress/integration/group-manage.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e98ffd612880b646184f1bd045ec890eeab4762d (commit)
from 3be35f3cbf186e445ace06cd261f6d36a6d4d6a3 (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 e98ffd612880b646184f1bd045ec890eeab4762d
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Tue Sep 27 16:56:34 2022 +0200
18692: Tmp only added
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
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) => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list