Skip to content

Commit

Permalink
fix: Reactivates native filters E2E tests (#26362)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jan 3, 2024
1 parent 9ffcd64 commit 6f6c37e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ describe('Native filters', () => {
cy.createSampleDashboards([0]);
});

it.only('Verify that default value is respected after revisit', () => {
it('Verify that default value is respected after revisit', () => {
prepareDashboardFilters([
{ name: 'country_name', column: 'country_name', datasetId: 2 },
]);
Expand Down

0 comments on commit 6f6c37e

Please sign in to comment.