Skip to content
Snippets Groups Projects
Unverified Commit c1786e5e authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Remove it.skip from test for Issue #15387 (#31190)

parent f3d6bd35
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ describe("scenarios > question > snippets", () => {
cy.get(".ScalarValue").contains("2");
});
it.skip("should update the snippet and apply it to the current query (metabase#15387)", () => {
it("should update the snippet and apply it to the current query (metabase#15387)", () => {
// Create snippet 1
cy.request("POST", "/api/native-query-snippet", {
content: "ORDERS",
......
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