mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
Merge branch 'master' into update_cypress_to_v9.5.0
This commit is contained in:
commit
238b398cc0
@ -66,7 +66,7 @@ describe('Mainnet', () => {
|
|||||||
cy.get('[id^="bitcoin-block-"]').should('have.length', 8);
|
cy.get('[id^="bitcoin-block-"]').should('have.length', 8);
|
||||||
cy.get('.footer').should('be.visible');
|
cy.get('.footer').should('be.visible');
|
||||||
cy.get('.row > :nth-child(1)').invoke('text').then((text) => {
|
cy.get('.row > :nth-child(1)').invoke('text').then((text) => {
|
||||||
expect(text).to.match(/Tx vBytes per second:.* vB\/s/);
|
expect(text).to.match(/Incoming transactions.* vB\/s/);
|
||||||
});
|
});
|
||||||
cy.get('.row > :nth-child(2)').invoke('text').then((text) => {
|
cy.get('.row > :nth-child(2)').invoke('text').then((text) => {
|
||||||
expect(text).to.match(/Unconfirmed:(.*)/);
|
expect(text).to.match(/Unconfirmed:(.*)/);
|
||||||
|
Loading…
Reference in New Issue
Block a user