mirror of
https://github.com/mempool/mempool.git
synced 2026-08-17 13:07:07 +02:00
Skip the skeleton loader tests
This commit is contained in:
parent
8569523b89
commit
4b1acfc77e
3 changed files with 3 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ describe('Signet', () => {
|
|||
cy.get('#mempool-block-0 > .blockLink').should('exist');
|
||||
});
|
||||
|
||||
it('loads the dashboard with the skeleton blocks', () => {
|
||||
it.skip('loads the dashboard with the skeleton blocks', () => {
|
||||
cy.mockMempoolSocket();
|
||||
cy.visit("/signet");
|
||||
cy.get(':nth-child(1) > #bitcoin-block-0').should('be.visible');
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ describe('Testnet', () => {
|
|||
cy.get('#mempool-block-0 > .blockLink').should('exist');
|
||||
});
|
||||
|
||||
it('loads the dashboard with the skeleton blocks', () => {
|
||||
it.skip('loads the dashboard with the skeleton blocks', () => {
|
||||
cy.mockMempoolSocket();
|
||||
cy.visit("/testnet");
|
||||
cy.get(':nth-child(1) > #bitcoin-block-0').should('be.visible');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue