Skip to content

Commit

Permalink
remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaevg committed Jun 19, 2024
1 parent 8e07bed commit c98790c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/insights.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c98790c

Please sign in to comment.