feat(core): allow non-default-export client config file #383
Annotations
63 errors and 54 notices
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly:
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: ""
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">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
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 /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:61:24
|
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly:
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: ""
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">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
- locator resolved to <html lang="en">β¦</html>
- unexpected value ""
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 /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:61:24
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly:
e2e\tests\components\auto-link.spec.ts#L72
4) [chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #slots a').first()
Expected string: "slot-text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #slots a').first()
70 | const locator = page.locator('.e2e-theme-content #slots a')
71 |
> 72 | await expect(locator.nth(0)).toHaveText('slot-text')
| ^
73 | await expect(locator.nth(1)).toHaveText('label')
74 | await expect(locator.nth(2)).toHaveText('beforetext3after')
75 | await expect(locator.nth(3)).toHaveText('before labeltext4after label')
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:72:32
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly:
e2e\tests\components\auto-link.spec.ts#L72
4) [chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #slots a').first()
Expected string: "slot-text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #slots a').first()
70 | const locator = page.locator('.e2e-theme-content #slots a')
71 |
> 72 | await expect(locator.nth(0)).toHaveText('slot-text')
| ^
73 | await expect(locator.nth(1)).toHaveText('label')
74 | await expect(locator.nth(2)).toHaveText('beforetext3after')
75 | await expect(locator.nth(3)).toHaveText('before labeltext4after label')
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:72:32
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly:
e2e\tests\components\auto-link.spec.ts#L72
4) [chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #slots a').first()
Expected string: "slot-text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #slots a').first()
70 | const locator = page.locator('.e2e-theme-content #slots a')
71 |
> 72 | await expect(locator.nth(0)).toHaveText('slot-text')
| ^
73 | await expect(locator.nth(1)).toHaveText('label')
74 | await expect(locator.nth(2)).toHaveText('beforetext3after')
75 | await expect(locator.nth(3)).toHaveText('before labeltext4after label')
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:72:32
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly:
e2e\tests\components\auto-link.spec.ts#L72
4) [chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #slots a').first()
Expected string: "slot-text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #slots a').first()
70 | const locator = page.locator('.e2e-theme-content #slots a')
71 |
> 72 | await expect(locator.nth(0)).toHaveText('slot-text')
| ^
73 | await expect(locator.nth(1)).toHaveText('label')
74 | await expect(locator.nth(2)).toHaveText('beforetext3after')
75 | await expect(locator.nth(3)).toHaveText('before labeltext4after label')
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:72:32
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly:
e2e\tests\components\auto-link.spec.ts#L72
4) [chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #slots a').first()
Expected string: "slot-text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #slots a').first()
70 | const locator = page.locator('.e2e-theme-content #slots a')
71 |
> 72 | await expect(locator.nth(0)).toHaveText('slot-text')
| ^
73 | await expect(locator.nth(1)).toHaveText('label')
74 | await expect(locator.nth(2)).toHaveText('beforetext3after')
75 | await expect(locator.nth(3)).toHaveText('before labeltext4after label')
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:72:32
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
1) [chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.root-component-from-theme p')
Expected string: "root component from theme"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.root-component-from-theme p')
4 | await page.goto('', { waitUntil: 'domcontentloaded' })
5 |
> 6 | await expect(page.locator('.root-component-from-theme p')).toHaveText(
| ^
7 | 'root component from theme',
8 | )
9 | await expect(page.locator('.root-component-from-user-config p')).toHaveText(
at D:\a\core\core\e2e\tests\client-config\root-components.spec.ts:6:62
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
2) [chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
3) [chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly ββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly:
e2e\tests\components\auto-link.spec.ts#L72
4) [chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly ββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #slots a').first()
Expected string: "slot-text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #slots a').first()
70 | const locator = page.locator('.e2e-theme-content #slots a')
71 |
> 72 | await expect(locator.nth(0)).toHaveText('slot-text')
| ^
73 | await expect(locator.nth(1)).toHaveText('label')
74 | await expect(locator.nth(2)).toHaveText('beforetext3after')
75 | await expect(locator.nth(3)).toHaveText('before labeltext4after label')
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:72:32
|
e2e result
Process completed with exit code 1.
|
π Playwright Run Summary
48 passed (12.3s)
|
π Playwright Run Summary
45 passed (9.3s)
|
π Playwright Run Summary
48 passed (13.5s)
|
π Playwright Run Summary
45 passed (9.4s)
|
π Playwright Run Summary
48 passed (11.8s)
|
π Playwright Run Summary
45 passed (9.2s)
|
π Playwright Run Summary
1 flaky
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
47 passed (19.7s)
|
π Playwright Run Summary
45 passed (9.4s)
|
π Playwright Run Summary
48 passed (15.3s)
|
π Playwright Run Summary
45 passed (11.2s)
|
π Playwright Run Summary
48 passed (14.3s)
|
π Playwright Run Summary
45 passed (11.1s)
|
π Playwright Run Summary
48 passed (14.7s)
|
π Playwright Run Summary
45 passed (12.7s)
|
π Playwright Run Summary
48 passed (14.8s)
|
π Playwright Run Summary
45 passed (12.5s)
|
π Playwright Run Summary
48 passed (19.4s)
|
π Playwright Run Summary
45 passed (12.8s)
|
π Playwright Run Summary
48 passed (15.9s)
|
π Playwright Run Summary
45 passed (12.8s)
|
π Playwright Run Summary
48 passed (15.9s)
|
π Playwright Run Summary
45 passed (13.1s)
|
π Playwright Run Summary
48 passed (15.9s)
|
π Playwright Run Summary
45 passed (13.0s)
|
π Playwright Run Summary
48 passed (20.4s)
|
π Playwright Run Summary
45 passed (16.5s)
|
π Playwright Run Summary
48 passed (21.2s)
|
π Playwright Run Summary
45 passed (16.5s)
|
π Playwright Run Summary
48 passed (22.7s)
|
π Playwright Run Summary
45 passed (18.9s)
|
π Playwright Run Summary
48 passed (22.6s)
|
π Playwright Run Summary
45 passed (18.9s)
|
π Playwright Run Summary
48 passed (21.5s)
|
π Playwright Run Summary
45 passed (18.0s)
|
π Playwright Run Summary
48 passed (23.1s)
|
π Playwright Run Summary
45 passed (17.9s)
|
π Playwright Run Summary
48 passed (19.0s)
|
π Playwright Run Summary
45 passed (17.7s)
|
π Playwright Run Summary
1 flaky
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
47 passed (27.4s)
|
π Playwright Run Summary
45 passed (16.3s)
|
π Playwright Run Summary
48 passed (29.8s)
|
π Playwright Run Summary
45 passed (23.4s)
|
π Playwright Run Summary
48 passed (38.3s)
|
π Playwright Run Summary
45 passed (26.1s)
|
π Playwright Run Summary
48 passed (18.5s)
|
π Playwright Run Summary
45 passed (15.1s)
|
π Playwright Run Summary
48 passed (25.6s)
|
π Playwright Run Summary
45 passed (17.1s)
|
π Playwright Run Summary
44 failed
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly ββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly βββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly βββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly ββββββββ
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly ββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:71:1 βΊ should render attributes correctly βββββββββββ
[chromium] βΊ components\route-link.spec.ts:114:1 βΊ should render slots correctly βββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:145:1 βΊ should render hash and query correctly ββββββ
[chromium] βΊ components\route-link.spec.ts:174:1 βΊ should render relative links correctly ββββββ
[chromium] βΊ hmr.spec.ts:44:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:68:3 βΊ should update title and frontmatter correctly after navigation β
[chromium] βΊ imports\conditional-exports.spec.ts:4:1 βΊ should load different files correctly βββ
[chromium] βΊ layouts.spec.ts:3:1 βΊ CustomLayout ββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:10:1 βΊ Layout βββββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:17:1 βΊ NotFound βββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ markdown\anchors.spec.ts:3:1 βΊ should render anchors and navigate correctly βββββββ
[chromium] βΊ markdown\images.spec.ts:3:1 βΊ should render images correctly ββββββββββββββββββββββ
[chromium] βΊ markdown\links.spec.ts:4:1 βΊ should render links and navigate between pages correctly
[chromium] βΊ page-data.spec.ts:4:3 βΊ title βΊ should use title from frontmatter βββββββββββββββββ
[chromium] βΊ page-data.spec.ts:9:3 βΊ title βΊ should use title from h1 ββββββββββββββββββββββββββ
[chromium] βΊ page-data.spec.ts:16:3 βΊ frontmatter βΊ should set frontmatter correctly βββββββββββ
[chromium] βΊ router\navigation.spec.ts:4:1 βΊ should preserve query βββββββββββββββββββββββββββββ
[chromium] βΊ router\navigation.spec.ts:12:1 βΊ should preserve hash βββββββββββββββββββββββββββββ
[chromium] βΊ routes\non-ascii-paths.spec.ts:5:1 βΊ should support visiting non-ASCII paths directly
[chromium] βΊ routes\non-ascii-paths.spec.ts:17:1 βΊ should support rendering non-ASCII paths links and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:30:1 βΊ should support visiting permalinks directly ββββββ
[chromium] βΊ routes\permalinks.spec.ts:37:1 βΊ should support rendering link by permalink and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:67:1 βΊ should support rendering link by filename and navigate to it correctly
[chromium] βΊ site-data.spec.ts:8:3 βΊ en-US βΊ lang ββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:12:3 βΊ en-US βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:22:3 βΊ en-US βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:32:3 βΊ en-US βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:55:3 βΊ zh-CN βΊ lang βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:59:3 βΊ zh-CN βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:69:3 βΊ zh-CN βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:79:3 βΊ zh-CN βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:102:3 βΊ non-ASCII βΊ lang ββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:106:3 βΊ non-ASCII βΊ title βββ
|
π Playwright Run Summary
44 failed
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly ββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly βββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly βββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly ββββββββ
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly ββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:71:1 βΊ should render attributes correctly βββββββββββ
[chromium] βΊ components\route-link.spec.ts:114:1 βΊ should render slots correctly βββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:145:1 βΊ should render hash and query correctly ββββββ
[chromium] βΊ components\route-link.spec.ts:174:1 βΊ should render relative links correctly ββββββ
[chromium] βΊ hmr.spec.ts:44:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:68:3 βΊ should update title and frontmatter correctly after navigation β
[chromium] βΊ imports\conditional-exports.spec.ts:4:1 βΊ should load different files correctly βββ
[chromium] βΊ layouts.spec.ts:3:1 βΊ CustomLayout ββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:10:1 βΊ Layout βββββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:17:1 βΊ NotFound βββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ markdown\anchors.spec.ts:3:1 βΊ should render anchors and navigate correctly βββββββ
[chromium] βΊ markdown\images.spec.ts:3:1 βΊ should render images correctly ββββββββββββββββββββββ
[chromium] βΊ markdown\links.spec.ts:4:1 βΊ should render links and navigate between pages correctly
[chromium] βΊ page-data.spec.ts:4:3 βΊ title βΊ should use title from frontmatter βββββββββββββββββ
[chromium] βΊ page-data.spec.ts:9:3 βΊ title βΊ should use title from h1 ββββββββββββββββββββββββββ
[chromium] βΊ page-data.spec.ts:16:3 βΊ frontmatter βΊ should set frontmatter correctly βββββββββββ
[chromium] βΊ router\navigation.spec.ts:4:1 βΊ should preserve query βββββββββββββββββββββββββββββ
[chromium] βΊ router\navigation.spec.ts:12:1 βΊ should preserve hash βββββββββββββββββββββββββββββ
[chromium] βΊ routes\non-ascii-paths.spec.ts:5:1 βΊ should support visiting non-ASCII paths directly
[chromium] βΊ routes\non-ascii-paths.spec.ts:17:1 βΊ should support rendering non-ASCII paths links and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:30:1 βΊ should support visiting permalinks directly ββββββ
[chromium] βΊ routes\permalinks.spec.ts:37:1 βΊ should support rendering link by permalink and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:67:1 βΊ should support rendering link by filename and navigate to it correctly
[chromium] βΊ site-data.spec.ts:8:3 βΊ en-US βΊ lang ββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:12:3 βΊ en-US βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:22:3 βΊ en-US βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:32:3 βΊ en-US βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:55:3 βΊ zh-CN βΊ lang βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:59:3 βΊ zh-CN βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:69:3 βΊ zh-CN βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:79:3 βΊ zh-CN βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:102:3 βΊ non-ASCII βΊ lang ββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:106:3 βΊ non-ASCII βΊ title βββ
|
π Playwright Run Summary
44 failed
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly ββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly βββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly βββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly ββββββββ
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly ββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:71:1 βΊ should render attributes correctly βββββββββββ
[chromium] βΊ components\route-link.spec.ts:114:1 βΊ should render slots correctly βββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:145:1 βΊ should render hash and query correctly ββββββ
[chromium] βΊ components\route-link.spec.ts:174:1 βΊ should render relative links correctly ββββββ
[chromium] βΊ hmr.spec.ts:44:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:68:3 βΊ should update title and frontmatter correctly after navigation β
[chromium] βΊ imports\conditional-exports.spec.ts:4:1 βΊ should load different files correctly βββ
[chromium] βΊ layouts.spec.ts:3:1 βΊ CustomLayout ββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:10:1 βΊ Layout βββββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:17:1 βΊ NotFound βββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ markdown\anchors.spec.ts:3:1 βΊ should render anchors and navigate correctly βββββββ
[chromium] βΊ markdown\images.spec.ts:3:1 βΊ should render images correctly ββββββββββββββββββββββ
[chromium] βΊ markdown\links.spec.ts:4:1 βΊ should render links and navigate between pages correctly
[chromium] βΊ page-data.spec.ts:4:3 βΊ title βΊ should use title from frontmatter βββββββββββββββββ
[chromium] βΊ page-data.spec.ts:9:3 βΊ title βΊ should use title from h1 ββββββββββββββββββββββββββ
[chromium] βΊ page-data.spec.ts:16:3 βΊ frontmatter βΊ should set frontmatter correctly βββββββββββ
[chromium] βΊ router\navigation.spec.ts:4:1 βΊ should preserve query βββββββββββββββββββββββββββββ
[chromium] βΊ router\navigation.spec.ts:12:1 βΊ should preserve hash βββββββββββββββββββββββββββββ
[chromium] βΊ routes\non-ascii-paths.spec.ts:5:1 βΊ should support visiting non-ASCII paths directly
[chromium] βΊ routes\non-ascii-paths.spec.ts:17:1 βΊ should support rendering non-ASCII paths links and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:30:1 βΊ should support visiting permalinks directly ββββββ
[chromium] βΊ routes\permalinks.spec.ts:37:1 βΊ should support rendering link by permalink and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:67:1 βΊ should support rendering link by filename and navigate to it correctly
[chromium] βΊ site-data.spec.ts:8:3 βΊ en-US βΊ lang ββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:12:3 βΊ en-US βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:22:3 βΊ en-US βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:32:3 βΊ en-US βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:55:3 βΊ zh-CN βΊ lang βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:59:3 βΊ zh-CN βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:69:3 βΊ zh-CN βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:79:3 βΊ zh-CN βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:102:3 βΊ non-ASCII βΊ lang ββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:106:3 βΊ non-ASCII βΊ title βββ
|
π Playwright Run Summary
44 failed
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly ββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly βββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly βββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly ββββββββ
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly ββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:71:1 βΊ should render attributes correctly βββββββββββ
[chromium] βΊ components\route-link.spec.ts:114:1 βΊ should render slots correctly βββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:145:1 βΊ should render hash and query correctly ββββββ
[chromium] βΊ components\route-link.spec.ts:174:1 βΊ should render relative links correctly ββββββ
[chromium] βΊ hmr.spec.ts:44:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:68:3 βΊ should update title and frontmatter correctly after navigation β
[chromium] βΊ imports\conditional-exports.spec.ts:4:1 βΊ should load different files correctly βββ
[chromium] βΊ layouts.spec.ts:3:1 βΊ CustomLayout ββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:10:1 βΊ Layout βββββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:17:1 βΊ NotFound βββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ markdown\anchors.spec.ts:3:1 βΊ should render anchors and navigate correctly βββββββ
[chromium] βΊ markdown\images.spec.ts:3:1 βΊ should render images correctly ββββββββββββββββββββββ
[chromium] βΊ markdown\links.spec.ts:4:1 βΊ should render links and navigate between pages correctly
[chromium] βΊ page-data.spec.ts:4:3 βΊ title βΊ should use title from frontmatter βββββββββββββββββ
[chromium] βΊ page-data.spec.ts:9:3 βΊ title βΊ should use title from h1 ββββββββββββββββββββββββββ
[chromium] βΊ page-data.spec.ts:16:3 βΊ frontmatter βΊ should set frontmatter correctly βββββββββββ
[chromium] βΊ router\navigation.spec.ts:4:1 βΊ should preserve query βββββββββββββββββββββββββββββ
[chromium] βΊ router\navigation.spec.ts:12:1 βΊ should preserve hash βββββββββββββββββββββββββββββ
[chromium] βΊ routes\non-ascii-paths.spec.ts:5:1 βΊ should support visiting non-ASCII paths directly
[chromium] βΊ routes\non-ascii-paths.spec.ts:17:1 βΊ should support rendering non-ASCII paths links and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:30:1 βΊ should support visiting permalinks directly ββββββ
[chromium] βΊ routes\permalinks.spec.ts:37:1 βΊ should support rendering link by permalink and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:67:1 βΊ should support rendering link by filename and navigate to it correctly
[chromium] βΊ site-data.spec.ts:8:3 βΊ en-US βΊ lang ββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:12:3 βΊ en-US βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:22:3 βΊ en-US βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:32:3 βΊ en-US βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:55:3 βΊ zh-CN βΊ lang βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:59:3 βΊ zh-CN βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:69:3 βΊ zh-CN βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:79:3 βΊ zh-CN βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:102:3 βΊ non-ASCII βΊ lang ββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:106:3 βΊ non-ASCII βΊ title βββ
|
π Playwright Run Summary
44 failed
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly ββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly βββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly βββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly ββββββββ
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly ββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:71:1 βΊ should render attributes correctly βββββββββββ
[chromium] βΊ components\route-link.spec.ts:114:1 βΊ should render slots correctly βββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:145:1 βΊ should render hash and query correctly ββββββ
[chromium] βΊ components\route-link.spec.ts:174:1 βΊ should render relative links correctly ββββββ
[chromium] βΊ hmr.spec.ts:44:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:68:3 βΊ should update title and frontmatter correctly after navigation β
[chromium] βΊ imports\conditional-exports.spec.ts:4:1 βΊ should load different files correctly βββ
[chromium] βΊ layouts.spec.ts:3:1 βΊ CustomLayout ββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:10:1 βΊ Layout βββββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:17:1 βΊ NotFound βββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ markdown\anchors.spec.ts:3:1 βΊ should render anchors and navigate correctly βββββββ
[chromium] βΊ markdown\images.spec.ts:3:1 βΊ should render images correctly ββββββββββββββββββββββ
[chromium] βΊ markdown\links.spec.ts:4:1 βΊ should render links and navigate between pages correctly
[chromium] βΊ page-data.spec.ts:4:3 βΊ title βΊ should use title from frontmatter βββββββββββββββββ
[chromium] βΊ page-data.spec.ts:9:3 βΊ title βΊ should use title from h1 ββββββββββββββββββββββββββ
[chromium] βΊ page-data.spec.ts:16:3 βΊ frontmatter βΊ should set frontmatter correctly βββββββββββ
[chromium] βΊ router\navigation.spec.ts:4:1 βΊ should preserve query βββββββββββββββββββββββββββββ
[chromium] βΊ router\navigation.spec.ts:12:1 βΊ should preserve hash βββββββββββββββββββββββββββββ
[chromium] βΊ routes\non-ascii-paths.spec.ts:5:1 βΊ should support visiting non-ASCII paths directly
[chromium] βΊ routes\non-ascii-paths.spec.ts:17:1 βΊ should support rendering non-ASCII paths links and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:30:1 βΊ should support visiting permalinks directly ββββββ
[chromium] βΊ routes\permalinks.spec.ts:37:1 βΊ should support rendering link by permalink and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:67:1 βΊ should support rendering link by filename and navigate to it correctly
[chromium] βΊ site-data.spec.ts:8:3 βΊ en-US βΊ lang ββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:12:3 βΊ en-US βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:22:3 βΊ en-US βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:32:3 βΊ en-US βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:55:3 βΊ zh-CN βΊ lang βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:59:3 βΊ zh-CN βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:69:3 βΊ zh-CN βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:79:3 βΊ zh-CN βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:102:3 βΊ non-ASCII βΊ lang ββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:106:3 βΊ non-ASCII βΊ title βββ
|
π Playwright Run Summary
44 failed
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly
[chromium] βΊ components\auto-link.spec.ts:24:1 βΊ should render config correctly ββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:40:1 βΊ should append attrs correctly βββββββββββββββββ
[chromium] βΊ components\auto-link.spec.ts:69:1 βΊ should render slots correctly βββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly ββββββββ
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly ββββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:71:1 βΊ should render attributes correctly βββββββββββ
[chromium] βΊ components\route-link.spec.ts:114:1 βΊ should render slots correctly βββββββββββββββ
[chromium] βΊ components\route-link.spec.ts:145:1 βΊ should render hash and query correctly ββββββ
[chromium] βΊ components\route-link.spec.ts:174:1 βΊ should render relative links correctly ββββββ
[chromium] βΊ hmr.spec.ts:44:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:56:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:68:3 βΊ should update title and frontmatter correctly after navigation β
[chromium] βΊ imports\conditional-exports.spec.ts:4:1 βΊ should load different files correctly βββ
[chromium] βΊ layouts.spec.ts:3:1 βΊ CustomLayout ββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:10:1 βΊ Layout βββββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ layouts.spec.ts:17:1 βΊ NotFound βββββββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ markdown\anchors.spec.ts:3:1 βΊ should render anchors and navigate correctly βββββββ
[chromium] βΊ markdown\images.spec.ts:3:1 βΊ should render images correctly ββββββββββββββββββββββ
[chromium] βΊ markdown\links.spec.ts:4:1 βΊ should render links and navigate between pages correctly
[chromium] βΊ page-data.spec.ts:4:3 βΊ title βΊ should use title from frontmatter βββββββββββββββββ
[chromium] βΊ page-data.spec.ts:9:3 βΊ title βΊ should use title from h1 ββββββββββββββββββββββββββ
[chromium] βΊ page-data.spec.ts:16:3 βΊ frontmatter βΊ should set frontmatter correctly βββββββββββ
[chromium] βΊ router\navigation.spec.ts:4:1 βΊ should preserve query βββββββββββββββββββββββββββββ
[chromium] βΊ router\navigation.spec.ts:12:1 βΊ should preserve hash βββββββββββββββββββββββββββββ
[chromium] βΊ routes\non-ascii-paths.spec.ts:5:1 βΊ should support visiting non-ASCII paths directly
[chromium] βΊ routes\non-ascii-paths.spec.ts:17:1 βΊ should support rendering non-ASCII paths links and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:30:1 βΊ should support visiting permalinks directly ββββββ
[chromium] βΊ routes\permalinks.spec.ts:37:1 βΊ should support rendering link by permalink and navigate to it correctly
[chromium] βΊ routes\permalinks.spec.ts:67:1 βΊ should support rendering link by filename and navigate to it correctly
[chromium] βΊ site-data.spec.ts:8:3 βΊ en-US βΊ lang ββββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:12:3 βΊ en-US βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:22:3 βΊ en-US βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:32:3 βΊ en-US βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:55:3 βΊ zh-CN βΊ lang βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:59:3 βΊ zh-CN βΊ title ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:69:3 βΊ zh-CN βΊ description ββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:79:3 βΊ zh-CN βΊ head βββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:102:3 βΊ non-ASCII βΊ lang ββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ site-data.spec.ts:106:3 βΊ non-ASCII βΊ title βββ
|