build: update taze config #540
Annotations
1 error and 4 notices
e2e/tests/hmr.spec.ts#L91
1) [chromium] › hmr.spec.ts:79:3 › should update title correctly ─────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /Updated Title/
Received string: "HMR Title | VuePress E2E"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
89 | await expect(renderedTitleLocator).toHaveText('HMR Title')
90 | await hmrUpdateTitle()
> 91 | await expect(page).toHaveTitle(/Updated Title/)
| ^
92 | await expect(titleLocator).toHaveText('Updated Title')
93 | await expect(renderedTitleLocator).toHaveText('Updated Title')
94 | })
at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:91:24
|
|
|
|
|
This job succeeded
Loading