Skip to content

Commit eabaa79

Browse files
committed
Do the other tests time out BECAUSE of a canvas?
1 parent caec90e commit eabaa79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/e2e/community-events.spec.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ test("map tooltip appears on marker hover", async ({ page }) => {
142142
test("event type filters hide cards and lock the last active tag", async ({
143143
page,
144144
}) => {
145+
await page.evaluate(() => {
146+
document.documentElement.querySelector("canvas")?.remove()
147+
})
148+
145149
const pastEventsSection = page
146150
.locator("section")
147151
.filter({
@@ -255,6 +259,10 @@ test("event type filters hide cards and lock the last active tag", async ({
255259
test("upcoming and past sections only show events on the correct side of now", async ({
256260
page,
257261
}) => {
262+
await page.evaluate(() => {
263+
document.documentElement.querySelector("canvas")?.remove()
264+
})
265+
258266
const upcomingSection = page
259267
.locator("section")
260268
.filter({

0 commit comments

Comments
 (0)