Skip to content

feat(core): allow non-default-export client config file #383

feat(core): allow non-default-export client config file

feat(core): allow non-default-export client config file #383

Triggered via pull request May 21, 2024 04:12
Status Failure
Total duration 24m 14s
Artifacts

e2e.yml

on: pull_request
Matrix: e2e
e2e result
0s
e2e result
Fit to window
Zoom out
Zoom in

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 ───