Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Nov 3, 2022
1 parent c0cd275 commit 02f91f8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ describe('Dashboard tabs', () => {
cy.get('@row-level-tabs').last().click();
waitForChartLoad(LINE_CHART);
cy.getBySel('grid-container').find('.line').should('be.visible');
cy.get('@row-level-tabs').first().click();
});

it.skip('should send new queries when tab becomes visible', () => {
Expand Down Expand Up @@ -169,9 +170,6 @@ describe('Dashboard tabs', () => {
});

it('should update size when switch tab', () => {
topLevelTabs();
waitForChartLoad(TREEMAP);

cy.get('@top-level-tabs')
.last()
.click()
Expand Down

0 comments on commit 02f91f8

Please sign in to comment.