diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts b/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts index dcd59c1ee8d06..433b4a65e33cb 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts @@ -539,7 +539,6 @@ describe('Nativefilters Sanity test', () => { cy.get(nativeFilters.filtersPanel.filterTypeInput) .click({ scrollBehavior: false }) - .clear() .type('{home}Value{enter}', { scrollBehavior: false }); cy.get(nativeFilters.filtersPanel.filterTypeInput) .find(nativeFilters.filtersPanel.filterTypeItem)