chore: Implement global header in Dashboard (#20146)

* Add gloal header

* Reimplement report dropdown

* Update unit tests

* Clean up

* Clean up

* Remove unused import

* Update Cypress

* Update Cypress save dashboard test

* Fix spacing
This commit is contained in:
Geido
2022-05-25 12:56:19 +02:00
committed by GitHub
parent 40abb44ba1
commit 3a4176a8d5
22 changed files with 563 additions and 449 deletions

View File

@@ -34,7 +34,7 @@ describe('Download Chart > Distribution bar chart', () => {
};
cy.visitChartByParams(JSON.stringify(formData));
cy.get('.right-button-panel .ant-dropdown-trigger').click();
cy.get('.header-with-actions .ant-dropdown-trigger').click();
cy.get(':nth-child(1) > .ant-dropdown-menu-submenu-title').click();
cy.get(
'.ant-dropdown-menu-submenu > .ant-dropdown-menu li:nth-child(3)',