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()