From fa8e5e18ee4ff95a76079a52ef6351c153be5671 Mon Sep 17 00:00:00 2001 From: Dariusz Majcherczyk Date: Thu, 22 Jun 2023 20:36:18 +0200 Subject: [PATCH] test: remove unused mock --- apps/trading-e2e/src/integration/market-all.cy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/trading-e2e/src/integration/market-all.cy.ts b/apps/trading-e2e/src/integration/market-all.cy.ts index a4071cc95..5369fca0d 100644 --- a/apps/trading-e2e/src/integration/market-all.cy.ts +++ b/apps/trading-e2e/src/integration/market-all.cy.ts @@ -197,7 +197,6 @@ describe('no all markets', { tags: '@smoke', testIsolation: true }, () => { cy.mockGQL((req) => { aliasGQLQuery(req, 'Markets', markets); }); - cy.mockSubscription(); cy.visit('/#/markets/all'); cy.wait('@Markets'); });