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

Unskip repro for #13751 (#16535)

Fixed by the work done in #15952.
parent a4878a1e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ describe("postgres > question > custom columns", () => {
addPostgresDatabase(PG_DB_NAME);
});
it.skip("should allow using strings in filter based on a custom column (metabase#13751)", () => {
it("should allow using strings in filter based on a custom column (metabase#13751)", () => {
const CC_NAME = "C-States";
cy.visit("/question/new");
......
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