refactor(markdown): remove codePlugin and add vPrePlugin (close #1550) #402
Annotations
1 error and 4 notices
E2E test (base /):
e2e/tests/hmr.spec.ts#L64
1) [chromium] › hmr.spec.ts:56: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"
62 | await expect(titleLocator).toHaveText('HMR Title')
63 | await hmrUpdateTitle()
> 64 | await expect(page).toHaveTitle(/Updated Title/)
| ^
65 | await expect(titleLocator).toHaveText('Updated Title')
66 | })
67 |
at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:64:24
|
E2E test (base /e2e/)
48 passed (12.2s)
|
E2E test (base /e2e/)
45 passed (9.4s)
|
E2E test (base /)
1 flaky
[chromium] › hmr.spec.ts:56:3 › should update title correctly ──────────────────────────────────
47 passed (19.5s)
|
E2E test (base /)
45 passed (9.3s)
|
The logs for this run have expired and are no longer available.
Loading