Skip the skeleton loader tests

This commit is contained in:
softsimon
2021-11-20 00:34:59 +04:00
parent 8569523b89
commit 4b1acfc77e
3 changed files with 3 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ describe('Mainnet', () => {
cy.changeNetwork("bisq");
});
it('loads the dashboard with the skeleton blocks', () => {
it.skip('loads the dashboard with the skeleton blocks', () => {
cy.mockMempoolSocket();
cy.visit("/");
cy.get(':nth-child(1) > #bitcoin-block-0').should('be.visible');