[arvados-workbench2] updated: 2.5.0-5-gb114600c
git repository hosting
git at public.arvados.org
Mon Jan 9 22:53:02 UTC 2023
Summary of changes:
cypress/integration/group-manage.spec.js | 1 +
1 file changed, 1 insertion(+)
via b114600c55e53b4c16f091edbabdb2ebeba0f032 (commit)
from 92e3372adb6408ace8fac8f3c78cdc1e20f4b26b (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 b114600c55e53b4c16f091edbabdb2ebeba0f032
Author: Stephen Smith <stephen at curii.com>
Date: Mon Jan 9 17:52:52 2023 -0500
15557: Fix group manage tests
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/group-manage.spec.js b/cypress/integration/group-manage.spec.js
index 38301dd4..1fd9e416 100644
--- a/cypress/integration/group-manage.spec.js
+++ b/cypress/integration/group-manage.spec.js
@@ -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();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list