mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
chore: Improves the native filters UI/UX - iteration 3 (#14824)
This commit is contained in:
committed by
GitHub
parent
9fe0222009
commit
0c0eccb81a
@@ -110,7 +110,7 @@ describe('FiltersConfigModal', () => {
|
||||
|
||||
function addFilter() {
|
||||
act(() => {
|
||||
wrapper.find('button[aria-label="Add tab"]').at(0).simulate('click');
|
||||
wrapper.find('[aria-label="Add filter"]').at(0).simulate('click');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user