Skip to content

Commit 5b808b0

Browse files
committed
feat: Put test.slow for ordinal measures on map, as webgl could make the test slow
1 parent 43f9ce7 commit 5b808b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

e2e/ordinal-measures.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ describe("viewing a dataset with only ordinal measures", () => {
5252
within,
5353
replayFromHAR,
5454
}) => {
55+
test.slow();
56+
5557
await replayFromHAR();
5658
await loadChartInLocalStorage(page, key, config);
5759
page.goto(`/en/create/${key}?${harReplayGraphqlEndpointQueryParam}`);

0 commit comments

Comments
 (0)