From 621b43531a948b223ceeff2a3ec90b5fa7f4b787 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:31:19 +0100 Subject: [PATCH] Unskip repro for #25031 (#27081) --- .../reproductions/20845-25031-locked-numeric-param.cy.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test/metabase/scenarios/embedding/reproductions/20845-25031-locked-numeric-param.cy.spec.js b/frontend/test/metabase/scenarios/embedding/reproductions/20845-25031-locked-numeric-param.cy.spec.js index c779d87bace..c14662005c9 100644 --- a/frontend/test/metabase/scenarios/embedding/reproductions/20845-25031-locked-numeric-param.cy.spec.js +++ b/frontend/test/metabase/scenarios/embedding/reproductions/20845-25031-locked-numeric-param.cy.spec.js @@ -95,7 +95,7 @@ defaultFilterValues.forEach(value => { }); }); - it.skip(`DASHBOARD: locked parameter should work with numeric values ${conditionalPartOfTestTitle} (metabase#25031)`, () => { + it(`DASHBOARD: locked parameter should work with numeric values ${conditionalPartOfTestTitle} (metabase#25031)`, () => { cy.get("@dashboardId").then(dashboardId => { visitDashboard(dashboardId); cy.request("PUT", `/api/dashboard/${dashboardId}`, { -- GitLab