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

Unskip repro for #17139 (#22176)

parent 6f23acd7
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import {
import { setMonthAndYear } from "../../native-filters/helpers/e2e-date-filter-helpers";
describe.skip("issue 17139", () => {
describe("issue 17139", () => {
beforeEach(() => {
restore();
cy.signInAsAdmin();
......@@ -35,7 +35,7 @@ describe.skip("issue 17139", () => {
saveDashboard();
});
it("should not reset previously defined filters when exiting 'edit' mode without making any changes (metabase#17139)", () => {
it("should not reset previously defined filters when exiting 'edit' mode without making any changes (metabase#5332, metabase#17139)", () => {
filterWidget()
.contains("Month and Year")
.click();
......
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