Skip to content

Commit

Permalink
refactor(e2e): cleaning the code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrusoare committed Jan 10, 2025
1 parent fc9edb8 commit 65875e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('Native filters', () => {
validateFilterContentOnDashboard(testItems.topTenChart.filterColumnYear);
});

it.only('User can create a numerical range filter', () => {
it('User can create a numerical range filter', () => {
visitDashboard();
enterNativeFilterEditModal(false);
fillNativeFilterForm(
Expand Down

0 comments on commit 65875e0

Please sign in to comment.