Skip to content
Snippets Groups Projects
Unverified Commit 8d8ae878 authored by Kamil Mielnik's avatar Kamil Mielnik Committed by GitHub
Browse files

Fix flaky native query drill test (#49745)

* Try to fix flake

* See if timeout is necessary

* Revert "See if timeout is necessary"

This reverts commit 181f3c5e.

* Revert change for coordinates filter
parent 1eb307a5
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ import {
createNativeQuestion,
createNativeQuestionAndDashboard,
echartsContainer,
ensureEchartsContainerHasSvg,
getDashboardCard,
modal,
popover,
......@@ -451,6 +452,7 @@ describe("scenarios > question > native query drill", () => {
});
function applyBrushFilter({ left, right }: { left: number; right: number }) {
ensureEchartsContainerHasSvg();
cy.wait(100); // wait to avoid grabbing the svg before the chart redraws
echartsContainer()
......
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