Skip to content

Commit

Permalink
chore: Comment InventoryGroupDetail loading test (#1789)
Browse files Browse the repository at this point in the history
Temporarily removes the "loading test" due to some problems it causes
for the next tests.
  • Loading branch information
gkarat authored Mar 13, 2023
1 parent bdf4c6a commit b1700a3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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();
Expand Down

0 comments on commit b1700a3

Please sign in to comment.