Skip to content
Snippets Groups Projects
Commit f13ee8a7 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix e2e tests

parent be8be5ff
Branches
Tags
No related merge requests found
......@@ -7,6 +7,7 @@ jest.mock("metabase/lib/settings", () => ({
tag: 1,
version: 1,
}),
docsUrl: () => "placeholder",
}));
describe("ProfileLink", () => {
......
......@@ -7,6 +7,7 @@ import TokenField from "metabase/components/TokenField";
// We have to do some mocking here to avoid calls to GA and to Metabase settings
jest.mock("metabase/lib/settings", () => ({
get: () => "v",
docsUrl: () => "d",
}));
global.ga = jest.fn();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment