File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ test("map tooltip appears on marker hover", async ({ page }) => {
142142test ( "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 ({
253257test ( "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 ( {
You can’t perform that action at this time.
0 commit comments