Describe the bug
Wallet actions have to run serially or else the browser will crash.
To Reproduce
Write a series of Playwright tests with default settings.
Expected behaviour
Would expect DappWright to be able to handle a number of concurrent browser sessions seeded with the context from a global-setup. This would allow each wallet to execute within their own context and at the same time.
Additional context
This seems to be happening due to multiple chromium sessions accessing the same user profile data on disk. More investigation needed though.