Skip to content
Snippets Groups Projects
Unverified Commit 922e6fd7 authored by Oleg Gromov's avatar Oleg Gromov Committed by GitHub
Browse files

Fix flaky e2e notebook / should work on custom column with `case` (#37049)

parent e25f2ab9
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,9 @@ describe("scenarios > question > notebook", { tags: "@slow" }, () => {
describe("arithmetic (metabase#13175)", () => {
beforeEach(() => {
// This is required because TableInteractive won't render columns
// that don't fit into the viewport
cy.viewport(1400, 1000);
openOrdersTable({ mode: "notebook" });
});
......
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