18692: Test changes
[arvados-workbench2.git] / cypress / integration / group-manage.spec.js
index b1690d6b7153158c2691b695144b85aa13e03897..b6fba4f1f16f9f4ed6beec6c9eee2d875542209d 100644 (file)
@@ -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');
-            });
+            // });
         });
     });