Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.js': "paywall.spec.ts Paywall Should show two articles, then show a paywall"
at paywall.spec.ts:11
9 | });
10 |
> 11 | test.only('Should show two articles, then show a paywall', async ({ page }) => {
| ^
12 | const articles = await page.getByTestId(TEST_IDS.paywall.articleCard);
13 |
14 | await articles.first().click();