From c98790c259397ca0352f460d9d07d3aa4791c89d Mon Sep 17 00:00:00 2001 From: Nikita Vorobev Date: Wed, 19 Jun 2024 18:36:44 +0100 Subject: [PATCH] remove it.only --- cypress/e2e/insights.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/insights.cy.ts b/cypress/e2e/insights.cy.ts index b2973f1c15010..c01d8faf4ce8d 100644 --- a/cypress/e2e/insights.cy.ts +++ b/cypress/e2e/insights.cy.ts @@ -114,7 +114,7 @@ describe('Insights', () => { cy.get('[data-attr=insight-tags]').should('not.exist') }) - it.only('can edit via the query editor', () => { + it('can edit via the query editor', () => { insight.newInsight('TRENDS') insight.save() cy.get('[data-attr="more-button"]').click()