diff --git a/apps/trading-e2e/src/support/step_definitions/markets-page.step.ts b/apps/trading-e2e/src/support/step_definitions/markets-page.step.ts index d46982c5c..73d3952d2 100644 --- a/apps/trading-e2e/src/support/step_definitions/markets-page.step.ts +++ b/apps/trading-e2e/src/support/step_definitions/markets-page.step.ts @@ -6,6 +6,7 @@ import MarketsPage from '../pages/markets-page'; const marketsPage = new MarketsPage(); const mockMarkets = () => { + cy.log('Mocking markets query'); cy.mockGQL('Markets', (req) => { if (hasOperationName(req, 'Markets')) { req.reply({