We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f9ce7 commit 5b808b0Copy full SHA for 5b808b0
1 file changed
e2e/ordinal-measures.spec.ts
@@ -52,6 +52,8 @@ describe("viewing a dataset with only ordinal measures", () => {
52
within,
53
replayFromHAR,
54
}) => {
55
+ test.slow();
56
+
57
await replayFromHAR();
58
await loadChartInLocalStorage(page, key, config);
59
page.goto(`/en/create/${key}?${harReplayGraphqlEndpointQueryParam}`);
0 commit comments