mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(react-select): FilterBox focus event and adhoc filter popup height (#9933)
* fix(react-select): FilterBox focus event and adhoc filter popup height * Fix flacky cypress test * Use focus instead of click
This commit is contained in:
@@ -204,7 +204,7 @@ describe('AdhocFilterEditPopoverSimpleTabContent', () => {
|
||||
const { wrapper, onHeightChange } = setup();
|
||||
|
||||
wrapper.instance().multiComparatorComponent = {
|
||||
_selectRef: { select: { control: { clientHeight: 57 } } },
|
||||
select: { select: { controlRef: { clientHeight: 57 } } },
|
||||
};
|
||||
wrapper.instance().handleMultiComparatorInputHeightChange();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user