mirror of
https://github.com/Retropex/mempool.git
synced 2025-05-13 02:30:41 +02:00
Fix running only one test
This commit is contained in:
parent
860ca9698f
commit
d57b9ac9a4
@ -495,7 +495,7 @@ describe('Mainnet', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe.only('RBF transactions', () => {
|
describe('RBF transactions', () => {
|
||||||
it('shows RBF transactions properly (mobile - details)', () => {
|
it('shows RBF transactions properly (mobile - details)', () => {
|
||||||
cy.intercept('/api/v1/tx/21518a98d1aa9df524865d2f88c578499f524eb1d0c4d3e70312ab863508692f/cached', {
|
cy.intercept('/api/v1/tx/21518a98d1aa9df524865d2f88c578499f524eb1d0c4d3e70312ab863508692f/cached', {
|
||||||
fixture: 'mainnet_tx_cached.json'
|
fixture: 'mainnet_tx_cached.json'
|
||||||
|
Loading…
Reference in New Issue
Block a user