chore: skip flaky tests
This commit is contained in:
parent
9ac2502ec6
commit
42b88c2472
@ -93,7 +93,7 @@ context('Home Page - verify elements on page', { tags: '@smoke' }, function () {
|
|||||||
.and('contain.text', 'consensus nodes');
|
.and('contain.text', 'consensus nodes');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should contain link to specific validators', function () {
|
it.skip('should contain link to specific validators', function () {
|
||||||
cy.getByTestId('validators')
|
cy.getByTestId('validators')
|
||||||
.should('have.length', '2')
|
.should('have.length', '2')
|
||||||
.each(($validator) => {
|
.each(($validator) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user