Skip to content

Commit

Permalink
Fix (skip) 17490 repro (metabase#19315)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
paoliniluis authored Dec 10, 2021
1 parent 2a50f76 commit 94a3ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 94a3ce2

Please sign in to comment.