Skip to content
Snippets Groups Projects
Unverified Commit 5f349ea6 authored by Braden Shepherdson's avatar Braden Shepherdson Committed by GitHub
Browse files

Unskip repro for #30743; it was fixed by #30755 (#30850)

Just removing the unnecessary setting of `display: table` since the test
expects the default bars.

Fixes #30743.
parent 6fec6262
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ import { SAMPLE_DB_ID } from "e2e/support/cypress_data";
const { ORDERS, ORDERS_ID, PRODUCTS, PRODUCTS_ID } = SAMPLE_DATABASE;
const query = {
display: "table",
dataset_query: {
database: SAMPLE_DB_ID,
type: "query",
......@@ -34,7 +33,7 @@ const query = {
},
};
describe.skip("issue 20743", () => {
describe("issue 30743", () => {
beforeEach(() => {
restore();
cy.signInAsAdmin();
......@@ -42,7 +41,7 @@ describe.skip("issue 20743", () => {
visitQuestionAdhoc(query, { mode: "notebook" });
});
it("should be possible to sort on the breakout column (metabase#20743)", () => {
it("should be possible to sort on the breakout column (metabase#30743)", () => {
cy.findByLabelText("Sort").click();
popover().contains("Category").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