Skip to content

Commit c01a700

Browse files
committed
Do the other tests time out BECAUSE of a canvas?
1 parent 9fc62ed commit c01a700

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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({
@@ -253,6 +257,10 @@ test("event type filters hide cards and lock the last active tag", async ({
253257
test("upcoming and past sections only show events on the correct side of now", async ({
254258
page,
255259
}) => {
260+
await page.evaluate(() => {
261+
document.documentElement.querySelector("canvas")?.remove()
262+
})
263+
256264
const upcomingSection = page
257265
.locator("section")
258266
.filter({

0 commit comments

Comments
 (0)