build: update taze config #540
Annotations
1 error and 4 notices
e2e/tests/hmr.spec.ts#L142
1) [chromium] › hmr.spec.ts:96:3 › should update content and frontmatter and title correctly after navigation
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #content + p')
Expected string: "HMR content"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #content + p')
140 | // navigate to content page
141 | await contentPageLinkLocator.click()
> 142 | await expect(contentLocator).toHaveText('HMR content')
| ^
143 |
144 | // update content page
145 | await hmrUpdateContent()
at /home/runner/work/core/core/e2e/tests/hmr.spec.ts:142:34
|
|
|
|
|
This job succeeded
Loading