diff --git a/e2e/test/scenarios/native/snippets/snippets.cy.spec.js b/e2e/test/scenarios/native/snippets/snippets.cy.spec.js index 7596c4c7ef783ff4523b4158b0a3b4bf658f84ae..7bf26da83b361d1b3b2e7bc337aa44f68dffa423 100644 --- a/e2e/test/scenarios/native/snippets/snippets.cy.spec.js +++ b/e2e/test/scenarios/native/snippets/snippets.cy.spec.js @@ -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",