refactor: remove temp page files and load page component via bundler (close #1584) #513
Triggered via pull request
September 11, 2024 04:49
Status
Failure
Total duration
2h 2m 36s
Artifacts
–
Annotations
181 errors and 18 notices
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /home/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
4) [chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] › 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\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
4) [chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] › 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\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
4) [chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] › 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\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
4) [chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] › 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\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
4) [chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] › 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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:24:1 › should render config correctly:
e2e\tests\components\auto-link.spec.ts#L27
3) [chromium] › components\auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:27:32
|
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly:
e2e\tests\components\auto-link.spec.ts#L43
4) [chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at D:\a\core\core\e2e\tests\components\auto-link.spec.ts:43:32
|
[chromium] › 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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
[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/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:24:1 › should render config correctly:
e2e/tests/components/auto-link.spec.ts#L27
3) [chromium] › components/auto-link.spec.ts:24:1 › should render config correctly ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #config a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #config a').first()
25 | const locator = page.locator('.e2e-theme-content #config a')
26 |
> 27 | await expect(locator.nth(0)).toHaveText('text1')
| ^
28 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
29 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
30 |
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:27:32
|
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly:
e2e/tests/components/auto-link.spec.ts#L43
4) [chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.e2e-theme-content #attrs a').first()
Expected string: "text1"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.e2e-theme-content #attrs a').first()
41 | const locator = page.locator('.e2e-theme-content #attrs a')
42 |
> 43 | await expect(locator.nth(0)).toHaveText('text1')
| ^
44 | await expect(locator.nth(0)).toHaveAttribute('href', BASE)
45 | await expect(locator.nth(0)).toHaveAttribute('aria-label', 'label')
46 | await expect(locator.nth(0)).toHaveAttribute('class', /class/)
at /Users/runner/work/core/core/e2e/tests/components/auto-link.spec.ts:43:32
|
e2e result
Process completed with exit code 1.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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\auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components\auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components\route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components\route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components\route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components\route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components\route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components\route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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\conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown\vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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\auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components\auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components\route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components\route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components\route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components\route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components\route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components\route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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\conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown\vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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\auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components\auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components\route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components\route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components\route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components\route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components\route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components\route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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\conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown\vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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\auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components\auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components\route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components\route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components\route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components\route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components\route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components\route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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\conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown\vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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\auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components\auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components\route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components\route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components\route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components\route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components\route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components\route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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\conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown\vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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\auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components\auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components\auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components\route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components\route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components\route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components\route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components\route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components\route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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\conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown\vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|
🎭 Playwright Run Summary
66 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/auto-link.spec.ts:24:1 › should render config correctly ────────────────
[chromium] › components/auto-link.spec.ts:40:1 › should append attrs correctly ─────────────────
[chromium] › components/auto-link.spec.ts:69:1 › should render slots correctly ─────────────────
[chromium] › components/route-link.spec.ts:37:1 › should render active status correctly ────────
[chromium] › components/route-link.spec.ts:56:1 › should render class correctly ────────────────
[chromium] › components/route-link.spec.ts:71:1 › should render attributes correctly ───────────
[chromium] › components/route-link.spec.ts:114:1 › should render slots correctly ───────────────
[chromium] › components/route-link.spec.ts:145:1 › should render hash and query correctly ──────
[chromium] › components/route-link.spec.ts:174:1 › should render relative links correctly ──────
[chromium] › hmr.spec.ts: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/conditional-exports.spec.ts:4:1 › should load different files correctly ───
[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] › markdown/vue-components.spec.ts:3:1 › should render vue components 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.
|