Fix test broke due to i18n key change

This commit is contained in:
softsimon 2024-04-03 21:44:48 +09:00
parent 37cb9b0fe8
commit 3f50d57ed1
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -67,7 +67,7 @@ describe('Mainnet', () => {
cy.get('[id^="bitcoin-block-"]').should('have.length', 22);
cy.get('.footer').should('be.visible');
cy.get('.row > :nth-child(1)').invoke('text').then((text) => {
expect(text).to.match(/Incoming transactions.* vB\/s/);
expect(text).to.match(/Incoming Transactions.* vB\/s/);
});
cy.get('.row > :nth-child(2)').invoke('text').then((text) => {
expect(text).to.match(/Unconfirmed:(.*)/);