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

Unskip repro for #25031 (#27081)

parent c39f17fe
No related branches found
No related tags found
No related merge requests found
......@@ -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}`, {
......
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