diff --git a/apps/trading-e2e/src/integration/market-all.cy.ts b/apps/trading-e2e/src/integration/market-all.cy.ts index 9aee10bce..a4071cc95 100644 --- a/apps/trading-e2e/src/integration/market-all.cy.ts +++ b/apps/trading-e2e/src/integration/market-all.cy.ts @@ -199,6 +199,7 @@ describe('no all markets', { tags: '@smoke', testIsolation: true }, () => { }); cy.mockSubscription(); cy.visit('/#/markets/all'); + cy.wait('@Markets'); }); it('can see no markets message', () => {