[ARVADOS-WORKBENCH2] updated: 2.3.0-124-g160074ea
Git user
git at public.arvados.org
Mon Dec 20 20:08:57 UTC 2021
Summary of changes:
cypress/integration/group-manage.spec.js | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
via 160074ea7d482f01ac7f7ff31a5a9e076fe5420d (commit)
from 3836b03c452312671a8799215c79542867e43338 (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 160074ea7d482f01ac7f7ff31a5a9e076fe5420d
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Dec 20 17:08:38 2021 -0300
18219: Fixes group management tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/cypress/integration/group-manage.spec.js b/cypress/integration/group-manage.spec.js
index c98c2201..5da18687 100644
--- a/cypress/integration/group-manage.spec.js
+++ b/cypress/integration/group-manage.spec.js
@@ -36,11 +36,6 @@ describe('Group manage tests', function() {
);
});
- beforeEach(function() {
- cy.clearCookies();
- cy.clearLocalStorage();
- });
-
it('creates a new group', function() {
cy.loginAs(activeUser);
@@ -57,7 +52,7 @@ describe('Group manage tests', function() {
});
cy.get('[role=tooltip]').click();
cy.get('[data-cy=form-dialog] button[type=submit]').click();
-
+
// Check that the group was created
cy.get('[data-cy=groups-panel-data-explorer]').contains(groupName).click();
cy.get('[data-cy=group-members-data-explorer]').contains(activeUser.user.full_name);
@@ -230,7 +225,7 @@ describe('Group manage tests', function() {
.should('contain', 'Edit Group')
.within(() => {
cy.get('input[name=name]').clear().type(groupName + ' (renamed)');
- cy.get('button[type=submit]').click();
+ cy.get('button').contains('Save').click();
});
// Check that the group was renamed
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list