diff --git a/superset-frontend/cypress-base/cypress/integration/explore/AdhocFilters.test.ts b/superset-frontend/cypress-base/cypress/integration/explore/AdhocFilters.test.ts index d1969f341d862..1880f7fc08645 100644 --- a/superset-frontend/cypress-base/cypress/integration/explore/AdhocFilters.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/explore/AdhocFilters.test.ts @@ -74,6 +74,7 @@ describe('AdhocFilters', () => { cy.get('[data-test=adhoc_filters] input[type=text]') .focus() .type('name{enter}'); + cy.get('.adhoc-filter-option').click(); cy.wait('@filterValues');