From 94a3ce2e68410f12a16076c5846603491523a260 Mon Sep 17 00:00:00 2001 From: Luis Paolini <paoliniluis@gmail.com> Date: Fri, 10 Dec 2021 13:42:38 -0800 Subject: [PATCH] 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 --- .../scenarios/native-filters/reproductions/17490.cy.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js b/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js index d794bc74dad..e2b2dc6e5da 100644 --- a/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js +++ b/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js @@ -15,7 +15,7 @@ describe("issue 17490", () => { 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.icon("sql").click(); -- GitLab