refactor: remove temp page files and load page component via bundler (close #1584) #516
Triggered via pull request
September 11, 2024 05:19
Status
Failure
Total duration
3h 15m 30s
Artifacts
–
Annotations
95 errors and 45 notices
[chromium] βΊ router\navigate-by-router.spec.ts:38:1 βΊ should preserve hash and query:
e2e\tests\router\navigate-by-router.spec.ts#L40
1) [chromium] βΊ router\navigate-by-router.spec.ts:38:1 βΊ should preserve hash and query ββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://127.0.0.1:9080/404.html#404?notFound=true"
Received string: "http://127.0.0.1:9080/router/navigate-by-router.html"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
38 | test('should preserve hash and query', async ({ page }) => {
39 | await page.locator('#not-found-with-hash-and-query').click()
> 40 | await expect(page).toHaveURL(`${BASE}404.html#404?notFound=true`)
| ^
41 | await expect(page.locator('#notfound-h2')).toHaveText('NotFound H2')
42 | })
43 |
at D:\a\core\core\e2e\tests\router\navigate-by-router.spec.ts:40:22
|
[chromium] βΊ router\navigate-by-router.spec.ts:26:1 βΊ should preserve query and hash:
e2e\tests\router\navigate-by-router.spec.ts#L28
1) [chromium] βΊ router\navigate-by-router.spec.ts:26:1 βΊ should preserve query and hash ββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://127.0.0.1:9080/?home=true#home"
Received string: "http://127.0.0.1:9080/router/navigate-by-router.html"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/router/navigate-by-router.html"
26 | test('should preserve query and hash', async ({ page }) => {
27 | await page.locator('#home-with-query-and-hash').click()
> 28 | await expect(page).toHaveURL(`${BASE}?home=true#home`)
| ^
29 | await expect(page.locator('#home-h2')).toHaveText('Home H2')
30 | })
31 |
at D:\a\core\core\e2e\tests\router\navigate-by-router.spec.ts:28:22
|
[chromium] βΊ router\navigate-by-router.spec.ts:38:1 βΊ should preserve hash and query:
e2e\tests\router\navigate-by-router.spec.ts#L40
1) [chromium] βΊ router\navigate-by-router.spec.ts:38:1 βΊ should preserve hash and query ββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://127.0.0.1:9080/e2e/404.html#404?notFound=true"
Received string: "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
- locator resolved to <html lang="en-US">β¦</html>
- unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html"
38 | test('should preserve hash and query', async ({ page }) => {
39 | await page.locator('#not-found-with-hash-and-query').click()
> 40 | await expect(page).toHaveURL(`${BASE}404.html#404?notFound=true`)
| ^
41 | await expect(page.locator('#notfound-h2')).toHaveText('NotFound H2')
42 | })
43 |
at D:\a\core\core\e2e\tests\router\navigate-by-router.spec.ts:40:22
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e/tests/client-config/root-components.spec.ts#L6
2) [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 /home/runner/work/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
2) [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 /home/runner/work/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
2) [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 /home/runner/work/core/core/e2e/tests/client-config/root-components.spec.ts:6:62
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly:
e2e/tests/components/route-link.spec.ts#L67
4) [chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:67:7
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e/tests/client-config/root-components.spec.ts#L6
2) [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 /home/runner/work/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
2) [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 /home/runner/work/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
2) [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 /home/runner/work/core/core/e2e/tests/client-config/root-components.spec.ts:6:62
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly:
e2e/tests/components/route-link.spec.ts#L67
4) [chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:67:7
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /home/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e/tests/client-config/root-components.spec.ts#L6
2) [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 /home/runner/work/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
2) [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 /home/runner/work/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
2) [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 /home/runner/work/core/core/e2e/tests/client-config/root-components.spec.ts:6:62
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly:
e2e/tests/components/route-link.spec.ts#L67
4) [chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at /home/runner/work/core/core/e2e/tests/components/route-link.spec.ts:67:7
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
2) [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
2) [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
2) [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\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly:
e2e\tests\components\route-link.spec.ts#L67
4) [chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:67:7
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
2) [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
2) [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
2) [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\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly:
e2e\tests\components\route-link.spec.ts#L67
4) [chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:67:7
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e\tests\client-config\non-default-export.spec.ts#L7
1) [chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at D:\a\core\core\e2e\tests\client-config\non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e\tests\client-config\root-components.spec.ts#L6
2) [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
2) [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
2) [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\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e\tests\components\route-link.spec.ts#L52
3) [chromium] βΊ components\route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:52:7
|
[chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly:
e2e\tests\components\route-link.spec.ts#L67
4) [chromium] βΊ components\route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at D:\a\core\core\e2e\tests\components\route-link.spec.ts:67:7
|
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation:
e2e/tests/hmr.spec.ts#L122
1) [chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
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 ""
120 | // start from title page
121 | await page.goto('hmr/title.html')
> 122 | await expect(page).toHaveTitle(/HMR Title/)
| ^
123 | await expect(titleLocator).toHaveText('HMR Title')
124 | await expect(renderedTitleLocator).toHaveText('HMR Title')
125 |
at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:122:24
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e/tests/client-config/root-components.spec.ts#L6
2) [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 /Users/runner/work/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
2) [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 /Users/runner/work/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
2) [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 /Users/runner/work/core/core/e2e/tests/client-config/root-components.spec.ts:6:62
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly:
e2e/tests/components/route-link.spec.ts#L67
4) [chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:67:7
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e/tests/client-config/root-components.spec.ts#L6
2) [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 /Users/runner/work/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
2) [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 /Users/runner/work/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
2) [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 /Users/runner/work/core/core/e2e/tests/client-config/root-components.spec.ts:6:62
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly:
e2e/tests/components/route-link.spec.ts#L67
4) [chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:67:7
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export:
e2e/tests/client-config/non-default-export.spec.ts#L7
1) [chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#non-default-export')
Expected string: "123px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#non-default-export')
5 | }) => {
6 | await page.goto('client-config/non-default-export.html')
> 7 | await expect(page.locator('#non-default-export')).toHaveCSS(
| ^
8 | 'font-size',
9 | '123px',
10 | )
at /Users/runner/work/core/core/e2e/tests/client-config/non-default-export.spec.ts:7:53
|
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components correctly:
e2e/tests/client-config/root-components.spec.ts#L6
2) [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 /Users/runner/work/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
2) [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 /Users/runner/work/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
2) [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 /Users/runner/work/core/core/e2e/tests/client-config/root-components.spec.ts:6:62
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly:
e2e/tests/components/route-link.spec.ts#L52
3) [chromium] βΊ components/route-link.spec.ts:37:1 βΊ should render active status correctly βββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #active + ul > li a').first()
Expected string: "route-link route-link-active"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #active + ul > li a').first()
50 | await expect(
51 | page.locator('.e2e-theme-content #active + ul > li a').nth(index),
> 52 | ).toHaveAttribute('class', className)
| ^
53 | }
54 | })
55 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:52:7
|
[chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly:
e2e/tests/components/route-link.spec.ts#L67
4) [chromium] βΊ components/route-link.spec.ts:56:1 βΊ should render class correctly βββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.e2e-theme-content #class + ul > li a').first()
Expected string: "route-link custom-class"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.e2e-theme-content #class + ul > li a').first()
65 | await expect(
66 | page.locator('.e2e-theme-content #class + ul > li a').nth(index),
> 67 | ).toHaveAttribute('class', className)
| ^
68 | }
69 | })
70 |
at /Users/runner/work/core/core/e2e/tests/components/route-link.spec.ts:67:7
|
e2e result
Process completed with exit code 1.
|
π Playwright Run Summary
71 passed (27.7s)
|
π Playwright Run Summary
67 passed (21.8s)
|
π Playwright Run Summary
71 passed (38.5s)
|
π Playwright Run Summary
1 flaky
[chromium] βΊ router\navigate-by-router.spec.ts:38:1 βΊ should preserve hash and query βββββββββββ
66 passed (25.0s)
|
π Playwright Run Summary
71 passed (20.1s)
|
π Playwright Run Summary
67 passed (16.6s)
|
π Playwright Run Summary
71 passed (20.4s)
|
π Playwright Run Summary
67 passed (16.6s)
|
π Playwright Run Summary
71 passed (20.3s)
|
π Playwright Run Summary
67 passed (16.8s)
|
π Playwright Run Summary
71 passed (22.1s)
|
π Playwright Run Summary
67 passed (16.7s)
|
π Playwright Run Summary
71 passed (22.5s)
|
π Playwright Run Summary
67 passed (15.8s)
|
π Playwright Run Summary
71 passed (21.0s)
|
π Playwright Run Summary
67 passed (15.5s)
|
π Playwright Run Summary
71 passed (35.6s)
|
π Playwright Run Summary
67 passed (23.4s)
|
π Playwright Run Summary
71 passed (27.8s)
|
π Playwright Run Summary
67 passed (21.6s)
|
π Playwright Run Summary
71 passed (30.4s)
|
π Playwright Run Summary
1 flaky
[chromium] βΊ router\navigate-by-router.spec.ts:26:1 βΊ should preserve query and hash βββββββββββ
66 passed (23.5s)
|
π Playwright Run Summary
71 passed (27.4s)
|
π Playwright Run Summary
1 flaky
[chromium] βΊ router\navigate-by-router.spec.ts:38:1 βΊ should preserve hash and query βββββββββββ
66 passed (23.6s)
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports/style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports/style-exports.spec.ts:12:1 βΊ should load static imported styles 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/navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router/navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router/navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router/navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports/style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports/style-exports.spec.ts:12:1 βΊ should load static imported styles 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/navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router/navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router/navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router/navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports/style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports/style-exports.spec.ts:12:1 βΊ should load static imported styles 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/navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router/navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router/navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router/navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports\style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports\style-exports.spec.ts:12:1 βΊ should load static imported styles 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\navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router\navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router\navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router\navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router\navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router\navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router\navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router\navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router\navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router\navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports\style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports\style-exports.spec.ts:12:1 βΊ should load static imported styles 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\navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router\navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router\navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router\navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router\navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router\navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router\navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router\navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router\navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router\navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config\non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config\root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports\style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports\style-exports.spec.ts:12:1 βΊ should load static imported styles 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\navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router\navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router\navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router\navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router\navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router\navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router\navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router\navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router\navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router\navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router\navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router\navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
1 flaky
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
70 passed (24.4s)
|
π Playwright Run Summary
67 passed (15.6s)
|
π Playwright Run Summary
71 passed (20.8s)
|
π Playwright Run Summary
67 passed (15.0s)
|
π Playwright Run Summary
71 passed (18.7s)
|
π Playwright Run Summary
67 passed (15.9s)
|
π Playwright Run Summary
71 passed (20.9s)
|
π Playwright Run Summary
67 passed (15.9s)
|
π Playwright Run Summary
71 passed (18.7s)
|
π Playwright Run Summary
67 passed (15.5s)
|
π Playwright Run Summary
71 passed (20.5s)
|
π Playwright Run Summary
67 passed (16.1s)
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports/style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports/style-exports.spec.ts:12:1 βΊ should load static imported styles 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/navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router/navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router/navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router/navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports/style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports/style-exports.spec.ts:12:1 βΊ should load static imported styles 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/navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router/navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router/navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router/navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|
π Playwright Run Summary
61 failed
[chromium] βΊ client-config/non-default-export.spec.ts:3:1 βΊ should apply styles correctly if the client config file does not have default export
[chromium] βΊ client-config/root-components.spec.ts:3:1 βΊ should render root components 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:57:3 βΊ should update content correctly ββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:67:3 βΊ should update frontmatter correctly ββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:79:3 βΊ should update title correctly ββββββββββββββββββββββββββββββββββ
[chromium] βΊ hmr.spec.ts:96:3 βΊ should update content and frontmatter and title correctly after navigation
[chromium] βΊ imports/style-exports.spec.ts:3:1 βΊ should load dynamic imported styles correctly β
[chromium] βΊ imports/style-exports.spec.ts:12:1 βΊ should load static imported styles 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/navigate-by-link.spec.ts:9:3 βΊ markdown links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:15:3 βΊ markdown links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:21:3 βΊ markdown links βΊ should preserve query βββββ
[chromium] βΊ router/navigate-by-link.spec.ts:27:3 βΊ markdown links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:33:3 βΊ markdown links βΊ should preserve hash ββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:39:3 βΊ markdown links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:47:3 βΊ html links βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-link.spec.ts:53:3 βΊ html links βΊ should navigate to 404 page correctly
[chromium] βΊ router/navigate-by-link.spec.ts:59:3 βΊ html links βΊ should preserve query βββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:65:3 βΊ html links βΊ should preserve query and hash
[chromium] βΊ router/navigate-by-link.spec.ts:71:3 βΊ html links βΊ should preserve hash ββββββββββ
[chromium] βΊ router/navigate-by-link.spec.ts:77:3 βΊ html links βΊ should preserve hash and query
[chromium] βΊ router/navigate-by-link.spec.ts:85:3 βΊ markdown links with html paths βΊ should navigate to home correctly
[chromium] βΊ router/navigate-by-router.spec.ts:8:1 βΊ should navigate to home correctly βββββββββ
[chromium] βΊ router/navigate-by-router.spec.ts:14:1 βΊ should navigate to 404 page correctly ββββ
[chromium] βΊ router/navigate-by-router.spec.ts:20:1 βΊ should preserve query ββββββββββββββββββββ
[chromium] βΊ router
|