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 a548b69  build(deps): bump urijs from 1.19.4 to 1.19.6 in 
/superset-frontend (#13393)
     add 474f1e2  test: Add tests for Dashboard Header and 
HeaderActionsDropdown components (#13973)

No new revisions were added by this update.

Summary of changes:
 .../components/HeaderActionsDropdown_spec.jsx      | 174 -------------
 .../dashboard/components/Header_spec.jsx           | 244 -----------------
 .../dashboard/components/Header/Header.test.tsx    | 288 +++++++++++++++++++++
 .../HeaderActionsDropdown.test.tsx                 | 200 ++++++++++++++
 .../HeaderActionsDropdown/index.jsx}               |  20 +-
 .../components/{Header.jsx => Header/index.jsx}    |  15 +-
 .../src/dashboard/components/Header/types.ts       |  98 +++++++
 7 files changed, 603 insertions(+), 436 deletions(-)
 delete mode 100644 
superset-frontend/spec/javascripts/dashboard/components/HeaderActionsDropdown_spec.jsx
 delete mode 100644 
superset-frontend/spec/javascripts/dashboard/components/Header_spec.jsx
 create mode 100644 
superset-frontend/src/dashboard/components/Header/Header.test.tsx
 create mode 100644 
superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/HeaderActionsDropdown.test.tsx
 rename superset-frontend/src/dashboard/components/{HeaderActionsDropdown.jsx 
=> Header/HeaderActionsDropdown/index.jsx} (93%)
 rename superset-frontend/src/dashboard/components/{Header.jsx => 
Header/index.jsx} (97%)
 create mode 100644 superset-frontend/src/dashboard/components/Header/types.ts

Reply via email to