perf(shared): use non-capture group for resolveRoutePathFromUrl #255
Annotations
1 error, 1 warning, and 4 notices
E2E test (base /):
e2e/tests/hmr.spec.ts#L77
1) [chromium] › hmr.spec.ts:68:3 › should update title and frontmatter correctly after navigation
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /HMR Title/
Received string: "Updated Title | VuePress E2E"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "Updated Title | VuePress E2E"
75 |
76 | await page.goto('hmr/title.html')
> 77 | await expect(page).toHaveTitle(/HMR Title/)
| ^
78 | await expect(titleLocator).toHaveText('HMR Title')
79 |
80 | // update title page
at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:77:24
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E test (base /e2e/)
37 passed (19.3s)
|
E2E test (base /e2e/)
34 passed (16.9s)
|
E2E test (base /)
1 flaky
[chromium] › hmr.spec.ts:68:3 › should update title and frontmatter correctly after navigation ─
36 passed (26.4s)
|
E2E test (base /)
34 passed (16.2s)
|
Loading