Skip to content

Commit

Permalink
fix: Reactivates native filters E2E tests (apache#26362)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6f6c37e)
  • Loading branch information
michael-s-molina authored and josedev-union committed Jan 22, 2024
1 parent ebaa3a1 commit 2c92095
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 2c92095

Please sign in to comment.