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

Unskip repro for #22192 (#22290)

Fixed in #22226.
parent f1726859
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ describe("user > settings", () => {
cy.findByText("Sign in to Metabase");
});
it.skip("should be able to change a language (metabase#22192)", () => {
it("should be able to change a language (metabase#22192)", () => {
cy.intercept("PUT", "/api/user/*").as("updateUserSettings");
cy.visit("/account/profile");
......
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