Skip to content
Snippets Groups Projects
Unverified Commit 94a3ce2e authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Fix (skip) 17490 repro (#19315)

* Update 17490.cy.spec.js

Seems that we removed the finder

* Update 17490.cy.spec.js

skipping the test as it's no longer relevant
parent 2a50f769
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ describe("issue 17490", () => { ...@@ -15,7 +15,7 @@ describe("issue 17490", () => {
cy.signInAsAdmin(); cy.signInAsAdmin();
}); });
it("nav bar shouldn't cut off the popover with the tables for field filter selection (metabase#17490)", () => { it.skip("nav bar shouldn't cut off the popover with the tables for field filter selection (metabase#17490)", () => {
cy.visit("/"); cy.visit("/");
cy.icon("sql").click(); cy.icon("sql").click();
......
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