Skip to content
Snippets Groups Projects
Unverified Commit a000dfbb authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[E2E] Quick fix for the table spec [ci skip] (#21648)

parent 9ace52c6
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,9 @@ describe("scenarios > visualizations > table", () => {
cy.findByText("Latitude").click();
});
// Click anywhere else to close the popover which is blocking the Visualize button
cy.get(".QueryBuilder").click(0, 0);
visualize();
[
......
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