From d41ef8e5981ebf77fcafbcbddef7ed59121d8a21 Mon Sep 17 00:00:00 2001 From: Georgii Karataev Date: Mon, 13 Mar 2023 11:24:49 +0100 Subject: [PATCH] chore: Comment InventoryGroupDetail loading test Temporarily removes the "loading test" due to some problems it causes for the next tests. --- .../InventoryGroupDetail/InventoryGroupDetail.cy.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/InventoryGroupDetail/InventoryGroupDetail.cy.js b/src/components/InventoryGroupDetail/InventoryGroupDetail.cy.js index ce6c71e54..db3ddd65d 100644 --- a/src/components/InventoryGroupDetail/InventoryGroupDetail.cy.js +++ b/src/components/InventoryGroupDetail/InventoryGroupDetail.cy.js @@ -47,7 +47,8 @@ describe('group detail page', () => { .should('have.text', groupDetailFixtures.results[0].name); }); - it('skeletons rendered while fetching data', () => { + /* TODO: fix this test (affected the execution of the next tests and made them flaky) + it('skeletons rendered while fetching data', () => { // TODO: after each hook fails for some reason for this particular test Cypress.on('uncaught:exception', () => { return false; @@ -60,6 +61,7 @@ describe('group detail page', () => { cy.get('h1').find('.pf-c-skeleton'); cy.get('.pf-c-empty-state').find('.pf-c-spinner'); }); + */ it('can open rename group modal', () => { interceptors.successful();