feat(core): allow non-default-export client config file #405
Annotations
4 errors and 1 notice
E2E test (base /):
e2e\tests\client-config\no-export.spec.ts#L8
1) [chromium] › client-config\no-export.spec.ts:3:1 › should import styles in client config file not exports
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#title')
Expected string: "32px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#title')
6 | await page.goto('markdown/anchor.html', { waitUntil: 'domcontentloaded' })
7 |
> 8 | await expect(page.locator('#title')).toHaveCSS('font-size', '32px')
| ^
9 | })
10 |
at D:\a\core\core\e2e\tests\client-config\no-export.spec.ts:8:40
|
E2E test (base /):
e2e\tests\client-config\no-export.spec.ts#L8
1) [chromium] › client-config\no-export.spec.ts:3:1 › should import styles in client config file not exports
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#title')
Expected string: "32px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#title')
6 | await page.goto('markdown/anchor.html', { waitUntil: 'domcontentloaded' })
7 |
> 8 | await expect(page.locator('#title')).toHaveCSS('font-size', '32px')
| ^
9 | })
10 |
at D:\a\core\core\e2e\tests\client-config\no-export.spec.ts:8:40
|
E2E test (base /):
e2e\tests\client-config\no-export.spec.ts#L8
1) [chromium] › client-config\no-export.spec.ts:3:1 › should import styles in client config file not exports
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('#title')
Expected string: "32px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('#title')
6 | await page.goto('markdown/anchor.html', { waitUntil: 'domcontentloaded' })
7 |
> 8 | await expect(page.locator('#title')).toHaveCSS('font-size', '32px')
| ^
9 | })
10 |
at D:\a\core\core\e2e\tests\client-config\no-export.spec.ts:8:40
|
E2E test (base /)
Process completed with exit code 1.
|
E2E test (base /)
1 failed
[chromium] › client-config\no-export.spec.ts:3:1 › should import styles in client config file not exports
48 passed (46.3s)
|
Loading