Skip to content
Snippets Groups Projects
Unverified Commit 05ca8f07 authored by Case Nelson's avatar Case Nelson Committed by GitHub
Browse files

[E2E] Unskip reproductions for #28218 and #22872 (#28585)

parent 2e00a28d
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ describe("scenarios > question > native subquery", () => {
);
});
it.skip("should be able to reference a saved native question that ends with a semicolon `;` (metabase#28218)", () => {
it("should be able to reference a saved native question that ends with a semicolon `;` (metabase#28218)", () => {
const questionDetails = {
name: "28218",
native: { query: "select 1;" }, // semicolon is important here
......
......@@ -837,7 +837,7 @@ describe("scenarios > visualizations > pivot tables", () => {
);
});
it.skip("should sort by metric (metabase#22872)", () => {
it("should sort by metric (metabase#22872)", () => {
const questionDetails = {
dataset_query: {
database: SAMPLE_DB_ID,
......
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