Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in 'playwright.config.ts': "src/specs/dapps.spec.ts Dapps connect from testDapp"
at src/specs/dapps.spec.ts:18
16 | })
17 |
> 18 | test.only("connect from testDapp", async ({ extension, browserContext }) => {
| ^
19 |
20 | //setup wallet
21 | await extension.wallet.newWalletOnboarding()