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

[E2E] Reinforce repro for #17514 (#21394)

* Reinforce the repro for 17514

* Fix typos
parent 43997d63
Branches
Tags
No related merge requests found
......@@ -88,9 +88,12 @@ describe("issue 17514", () => {
closeModal();
saveDashboard();
cy.wait("@getDashboard");
filterWidget().click();
setAdHocFilter({ timeBucket: "Years" });
cy.location("search").should("eq", "?date_filter=past30years");
cy.wait("@cardQuery");
cy.findByText("Previous 30 Years");
......@@ -127,7 +130,7 @@ describe("issue 17514", () => {
});
});
it("should not show the run overlay because ofth references to the orphaned fields (metabase#17514-1)", () => {
it("should not show the run overlay because of the references to the orphaned fields (metabase#17514-2)", () => {
openNotebookMode();
cy.findByText("Join data").click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment