chore(client): add comments for data-allow-mismatch usage #495
Annotations
2 errors and 4 notices
e2e/tests/imports/style-exports.spec.ts#L8
1) [chromium] › imports/style-exports.spec.ts:3:1 › should load dynamic imported styles correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.style-exports')
Expected string: "dynamic import"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.style-exports')
6 | const locator = page.locator('.style-exports')
7 |
> 8 | await expect(locator).toHaveText('dynamic import')
| ^
9 | await expect(locator).toHaveCSS('font-size', '20px')
10 | })
11 |
at /Users/runner/work/core/core/e2e/tests/imports/style-exports.spec.ts:8:25
|
e2e/tests/hmr.spec.ts#L82
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: /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"
80 | // update title page
81 | await hmrUpdateTitle()
> 82 | await expect(page).toHaveTitle(/Updated Title/)
| ^
83 | await expect(titleLocator).toHaveText('Updated Title')
84 |
85 | // navigate to frontmatter page
at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:82:24
|
|
|
|
|
This job succeeded
Loading