chore: skip flaky tests

This commit is contained in:
Dariusz Majcherczyk 2024-03-07 09:42:48 +01:00
parent 2ece72d7f2
commit 9ac2502ec6
No known key found for this signature in database
GPG Key ID: C42DFD2F046CA415

View File

@ -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')