feat(bundler-webpack): normalize loader options type #469
Annotations
1 error and 4 notices
e2e/tests/hmr.spec.ts#L61
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: /HMR Title/
Received string: "VuePress E2E"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "VuePress E2E"
59 | await page.goto('hmr/title.html')
60 |
> 61 | await expect(page).toHaveTitle(/HMR Title/)
| ^
62 | await expect(titleLocator).toHaveText('HMR Title')
63 | await hmrUpdateTitle()
64 | await expect(page).toHaveTitle(/Updated Title/)
at /home/runner/work/core/core/e2e/tests/hmr.spec.ts:61:24
|
|
|
|
|
This job succeeded
Loading