From: Daniel Kutyła Date: Tue, 27 Sep 2022 15:34:24 +0000 (+0200) Subject: 18692: Test changes X-Git-Tag: 2.5.0~33^2~9 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/388cb2c2dce08514fd872ccfc0c5de88a00725b5 18692: Test changes Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- diff --git a/cypress/integration/group-manage.spec.js b/cypress/integration/group-manage.spec.js index b1690d6b..b6fba4f1 100644 --- a/cypress/integration/group-manage.spec.js +++ b/cypress/integration/group-manage.spec.js @@ -262,20 +262,20 @@ describe('Group manage tests', function() { cy.get('[data-cy=groups-panel-data-explorer]').contains(builtInGroup).click(); // Check group member actions - cy.get('[data-cy=group-members-data-explorer]') - .within(() => { + // cy.get('[data-cy=group-members-data-explorer]') + // .within(() => { cy.get('[data-cy=group-member-add]').should('not.exist'); cy.get('[data-cy=user-visible-checkbox] input').should('be.disabled'); cy.get('[data-cy=resource-delete-button]').should('be.disabled'); - cy.get('[data-cy=edit-permission-button]').should('not.exist'); + // cy.get('[data-cy=edit-permission-button]').should('not.exist'); }); // Check permissions actions cy.get('[data-cy=group-details-permissions-tab]').click(); - cy.get('[data-cy=group-permissions-data-explorer]').within(() => { + // cy.get('[data-cy=group-permissions-data-explorer]').within(() => { cy.get('[data-cy=resource-delete-button]').should('be.disabled'); cy.get('[data-cy=edit-permission-button]').should('not.exist'); - }); + // }); }); });