feat: Shows related dashboards in Explore (#21685)

This commit is contained in:
Michael S. Molina
2022-10-07 12:59:49 -03:00
committed by GitHub
parent 0ff1e49e3c
commit 200bed6f7e
9 changed files with 282 additions and 7 deletions

View File

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