This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 3b11654 fix: import dataset/dashboard empty keys (#13979)
add 4602ead test: Adds tests to the filter scope components (#13887)
No new revisions were added by this update.
Summary of changes:
.../explore/components/CheckboxControl_spec.jsx | 19 +-
.../src/components/Checkbox/CheckboxIcons.tsx | 103 +++---
.../components/filterscope/FilterFieldItem.jsx | 1 -
.../components/filterscope/FilterFieldTree.jsx | 3 +-
.../components/filterscope/FilterScope.test.tsx | 373 +++++++++++++++++++++
.../components/filterscope/FilterScopeModal.tsx | 1 -
.../components/filterscope/FilterScopeSelector.jsx | 28 +-
.../components/filterscope/FilterScopeTree.jsx | 3 +-
.../filterscope/renderFilterFieldTreeNodes.jsx | 1 -
.../filterscope/renderFilterScopeTreeNodes.jsx | 4 +-
.../components/nativeFilters/FilterBar/Header.tsx | 8 +-
11 files changed, 465 insertions(+), 79 deletions(-)
create mode 100644
superset-frontend/src/dashboard/components/filterscope/FilterScope.test.tsx