From 10e60090efb2da9539f7b98be8d4f8dd637cefb3 Mon Sep 17 00:00:00 2001 From: Dariusz Majcherczyk Date: Thu, 22 Jun 2023 17:58:05 +0200 Subject: [PATCH] test: added wait for market --- apps/trading-e2e/src/integration/market-all.cy.ts | 1 + 1 file changed, 1 insertion(+) 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', () => {