diff --git a/apps/governance-e2e/src/integration/view/home.cy.ts b/apps/governance-e2e/src/integration/view/home.cy.ts index 47ce0e4a6..7bb9129d1 100644 --- a/apps/governance-e2e/src/integration/view/home.cy.ts +++ b/apps/governance-e2e/src/integration/view/home.cy.ts @@ -79,14 +79,14 @@ context('Home Page - verify elements on page', { tags: '@smoke' }, function () { }); }); - it('should have information on active nodes', function () { + it.skip('should have information on active nodes', function () { cy.getByTestId('node-information') .first() .should('contain.text', '2') .and('contain.text', 'active nodes'); }); - it('should have information on consensus nodes', function () { + it.skip('should have information on consensus nodes', function () { cy.getByTestId('node-information') .last() .should('contain.text', '2')