Update mocked ws tests to use the new syntax
This commit is contained in:
parent
0af5d733c4
commit
47103d85d3
@ -56,7 +56,7 @@ describe('Mainnet', () => {
|
|||||||
cy.get('.badge', {timeout: 25000}).should('not.exist');
|
cy.get('.badge', {timeout: 25000}).should('not.exist');
|
||||||
emitMempoolInfo({
|
emitMempoolInfo({
|
||||||
'params': {
|
'params': {
|
||||||
loaded: true
|
command: 'init'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
cy.get(':nth-child(1) > #bitcoin-block-0').should('not.exist');
|
cy.get(':nth-child(1) > #bitcoin-block-0').should('not.exist');
|
||||||
@ -283,7 +283,7 @@ describe('Mainnet', () => {
|
|||||||
|
|
||||||
emitMempoolInfo({
|
emitMempoolInfo({
|
||||||
'params': {
|
'params': {
|
||||||
loaded: true
|
command: 'init'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user