Nace Tavčer
Results
2
comments of
Nace Tavčer
While I'm using v3.6.7 in this example, I can confirm the same still occurs in v3.7.5
After some more testing, I noticed that ``` AfterSuite(({ I }) => { I.usePlaywrightTo('Close browser', async ({ browser }) => { await browser.close() }) }) ``` is an easy workaround...