From d4cbd4042b51d6b167599a69f1e20a189ee608b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szpiech?= Date: Mon, 24 Oct 2022 13:04:51 +0200 Subject: [PATCH] chore: remove unnecessary it.only in test (#1840) --- 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 7a3296be0..59a66fd28 100644 --- a/apps/trading-e2e/src/integration/market-info.cy.ts +++ b/apps/trading-e2e/src/integration/market-info.cy.ts @@ -172,7 +172,7 @@ describe('market info is displayed', { tags: '@smoke' }, () => { .and('contain', '/oracles'); }); - it.only('proposal displayed', () => { + it('proposal displayed', () => { cy.getByTestId(marketTitle).contains('Proposal').click(); cy.getByTestId(externalLink)