Update mocked ws tests to use the new syntax

This commit is contained in:
Felipe Knorr Kuhn 2021-12-14 23:19:10 -08:00
parent 0af5d733c4
commit 47103d85d3
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -56,7 +56,7 @@ describe('Mainnet', () => {
cy.get('.badge', {timeout: 25000}).should('not.exist');
emitMempoolInfo({
'params': {
loaded: true
command: 'init'
}
});
cy.get(':nth-child(1) > #bitcoin-block-0').should('not.exist');
@ -283,7 +283,7 @@ describe('Mainnet', () => {
emitMempoolInfo({
'params': {
loaded: true
command: 'init'
}
});