Skip to content
Snippets Groups Projects
Commit cc1db35c authored by Nemanja's avatar Nemanja
Browse files

Update and fix tests in `scatter.cy.spec.js`

parent e16f8284
No related branches found
No related tags found
No related merge requests found
......@@ -40,13 +40,13 @@ describe("scenarios > visualizations > scatter", () => {
cy.wait("@dataset");
cy.get(".bubble")
.last()
.eq(13) // Random bubble
.trigger("mousemove");
popover().within(() => {
cy.findByText("Created At:");
cy.findByText("Count:");
cy.findByText("Distinct values of Product ID:");
cy.findByText(/Distinct values of Products? ID:/);
});
});
......@@ -71,7 +71,7 @@ describe("scenarios > visualizations > scatter", () => {
cy.wait("@dataset");
cy.get(".bubble")
.last()
.eq(13)
.trigger("mousemove");
popover().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