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 f0a9dcc test: Adds storybook and tests to AsyncEsmComponent (#13517)
add fc36de2 test: Adds tests and storybook to PopoverSection component
(#13438)
No new revisions were added by this update.
Summary of changes:
.../javascripts/components/PopoverSection_spec.jsx | 52 -------------
.../src/components/PopoverSection.jsx | 52 -------------
.../PopoverSection.stories.tsx} | 33 +++++---
.../PopoverSection/PopoverSection.test.tsx | 62 +++++++++++++++
.../src/components/PopoverSection/index.tsx | 87 ++++++++++++++++++++++
.../components/controls/AnnotationLayer.jsx | 9 +--
superset-frontend/stylesheets/superset.less | 8 --
7 files changed, 174 insertions(+), 129 deletions(-)
delete mode 100644
superset-frontend/spec/javascripts/components/PopoverSection_spec.jsx
delete mode 100644 superset-frontend/src/components/PopoverSection.jsx
copy superset-frontend/src/components/{RefreshLabel/RefreshLabel.stories.tsx
=> PopoverSection/PopoverSection.stories.tsx} (63%)
create mode 100644
superset-frontend/src/components/PopoverSection/PopoverSection.test.tsx
create mode 100644 superset-frontend/src/components/PopoverSection/index.tsx