Skip to content
Snippets Groups Projects
Commit de4cd847 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix cypress test

parent c1799f14
Branches
Tags
No related merge requests found
......@@ -144,7 +144,7 @@ describe("query builder", () => {
.contains("button", "Save")
.click();
cy.contains("Yes please!").click();
cy.contains("Orders over time").click();
cy.contains("orders in a dashboard").click();
// create a new question to see if the "add to a dashboard" modal is still there
cy.contains("Browse Data").click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment