focus test #429
Annotations
4 errors
Run tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in 'playwright.config.ts': "..\packages\playground\use-theme-doc\__tests__\hmr.spec.ts hmr: edit md file content"
at ..\packages\playground\use-theme-doc\__tests__\hmr.spec.ts:80
78 | })
79 |
> 80 | test.only('hmr: edit md file content', async ({ page, fsUtils, testPlayground }) => {
| ^
81 | // prepare locators first
82 | const headingBeforeEdit = page
83 | .locator('.markdown-body')
|
Run tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in 'playwright.config.ts': "..\packages\playground\use-theme-doc\__tests__\hmr.spec.ts hmr: edit md file content"
at ..\packages\playground\use-theme-doc\__tests__\hmr.spec.ts:80
78 | })
79 |
> 80 | test.only('hmr: edit md file content', async ({ page, fsUtils, testPlayground }) => {
| ^
81 | // prepare locators first
82 | const headingBeforeEdit = page
83 | .locator('.markdown-body')
|
Run tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in 'playwright.config.ts': "..\packages\playground\use-theme-doc\__tests__\hmr.spec.ts hmr: edit md file content"
at ..\packages\playground\use-theme-doc\__tests__\hmr.spec.ts:80
78 | })
79 |
> 80 | test.only('hmr: edit md file content', async ({ page, fsUtils, testPlayground }) => {
| ^
81 | // prepare locators first
82 | const headingBeforeEdit = page
83 | .locator('.markdown-body')
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading