From 6e348dbff6f18ed0e2a8714d8f3f6cb29a9da4c8 Mon Sep 17 00:00:00 2001 From: Dariusz Majcherczyk Date: Mon, 13 Feb 2023 11:47:49 +0100 Subject: [PATCH] chore: formatting --- apps/trading-e2e/src/integration/market-info.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading-e2e/src/integration/market-info.cy.ts b/apps/trading-e2e/src/integration/market-info.cy.ts index 87d6ae272..4eb5ee259 100644 --- a/apps/trading-e2e/src/integration/market-info.cy.ts +++ b/apps/trading-e2e/src/integration/market-info.cy.ts @@ -72,7 +72,7 @@ describe('market info is displayed', { tags: '@smoke' }, () => { it('settlement asset displayed', () => { cy.getByTestId(marketTitle).contains('Settlement asset').click(); - cy.window().then(win => { + cy.window().then((win) => { cy.stub(win, 'prompt').returns('DISABLED WINDOW PROMPT'); }); validateMarketDataRow(0, 'ID', 'asset-id');