Skip to content

Commit

Permalink
Wait for chart save confirmation before proceeding.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyml committed Dec 20, 2022
1 parent 9b01795 commit f1f0a91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export function saveChartToDashboard(dashboardName: string) {
cy.wait('@update');
cy.wait('@get');
cy.wait('@getExplore');
cy.contains(`was added to dashboard [${dashboardName}]`);
}

export function visitSampleChartFromList(chartName: string) {
Expand Down

0 comments on commit f1f0a91

Please sign in to comment.