Skip to content
Snippets Groups Projects
Unverified Commit 76a35846 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Unskip the repro for 14776 (#18525)

The issue has been fixed in the past with PR 15839.
parent b1a74fff
No related branches found
No related tags found
No related merge requests found
......@@ -506,7 +506,7 @@ describe("scenarios > question > filter", () => {
.and("not.eq", transparent);
});
it.skip("should provide accurate auto-complete custom-expression suggestions based on the aggregated column name (metabase#14776)", () => {
it("should provide accurate auto-complete custom-expression suggestions based on the aggregated column name (metabase#14776)", () => {
cy.viewport(1400, 1000); // We need a bit taller window for this repro to see all custom filter options in the popover
cy.createQuestion({
name: "14776",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment