18692: Test changes
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Tue, 27 Sep 2022 15:34:24 +0000 (17:34 +0200)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Tue, 27 Sep 2022 15:34:24 +0000 (17:34 +0200)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

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');
-            });
+            // });
         });
     });