fix: mempool empty block.

This commit is contained in:
Miguel Medeiros
2021-11-15 14:16:27 -03:00
parent 475f9344a0
commit 0639ce9b07
5 changed files with 32 additions and 5 deletions

View File

@@ -17,6 +17,12 @@ describe('Testnet', () => {
cy.waitForSkeletonGone();
});
it('check first mempool block after skeleton loads', () => {
cy.visit('/');
cy.waitForSkeletonGone();
cy.get('#mempool-block-0 > .blockLink').should('exist');
});
it('loads the dashboard with the skeleton blocks', () => {
cy.mockMempoolSocket();
cy.visit("/testnet");