File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed 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 ( {
@@ -255,6 +259,10 @@ test("event type filters hide cards and lock the last active tag", async ({
255259test ( "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 ( {
You can’t perform that action at this time.
0 commit comments