Skip to content
Snippets Groups Projects
Unverified Commit b8516770 authored by Emmad Usmani's avatar Emmad Usmani Committed by GitHub
Browse files

fix pie chart e2e test flake (#48212)

parent bc96b288
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,8 @@ describe("scenarios > visualizations > pie chart", () => {
changeRowLimit(2, 4);
ensurePieChartRendered(["Doohickey", "Katget", "Gizmo", "Woooget"]);
cy.findByTestId("chart-legend").findByText("Woooget").realHover();
chartPathWithFillColor("#509EE3").should("be.visible");
cy.findByTestId("chart-legend").within(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment