Skip to content

Commit

Permalink
De-only-fy
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Apr 25, 2024
1 parent 07524d6 commit 175bf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/dashboard.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Dashboard', () => {
}
})

it.only('Dashboard filter updates are correctly isolated for one insight on multiple dashboards', () => {
it('Dashboard filter updates are correctly isolated for one insight on multiple dashboards', () => {
const dashboardAName = randomString('Dashboard with insight A')
const dashboardBName = randomString('Dashboard with insight B')
const insightName = randomString('insight to add to dashboard')
Expand Down

0 comments on commit 175bf8c

Please sign in to comment.