Skip to content

Testing draft post

Testing draft post #7

Triggered via push May 25, 2024 16:36
Status Failure
Total duration 1m 1s
Artifacts

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

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.