Testing draft post #7
Annotations
2 errors
test
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.ts': "draft-post.spec.ts Draft Post Tests Verify Draft Post is only visible locally"
at draft-post.spec.ts:14
12 | test.describe('Draft Post Tests', () => {
13 |
> 14 | test.only('Verify Draft Post is only visible locally', async ({ page }) => {
| ^
15 | await page.click('text=This draft post should only appear locally');
16 | expect(page).toHaveURL(siteURL + 'a-draft-post/');
17 |
|
test
Process completed with exit code 1.
|