Skip to content

Commit

Permalink
test: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 22, 2024
1 parent 9bb22cf commit 940a7b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions e2e/tests/client-config/no-export.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { expect, test } from '@playwright/test'

test('should import styles in client config file not exports', async ({
page,
}) => {
await page.goto('markdown/anchor.html', { waitUntil: 'domcontentloaded' })

await expect(page.locator('#title')).toHaveCSS('font-size', '32px')

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 20, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 20, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 20, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 18, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 18, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 18, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 22, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 22, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 22, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 20, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 20, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 20, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 22, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 22, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 22, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 18, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 18, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 18, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 20, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 20, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 20, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 18, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 18, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (ubuntu-latest, 18, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /home/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 18, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 18, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 18, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 20, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 20, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 20, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 22, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 22, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 22, webpack)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 22, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 22, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40

Check failure on line 8 in e2e/tests/client-config/no-export.spec.ts

View workflow job for this annotation

GitHub Actions / e2e (macos-latest, 22, vite)

[chromium] › client-config/no-export.spec.ts:3:1 › should import styles in client config file not exports

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 /Users/runner/work/core/core/e2e/tests/client-config/no-export.spec.ts:8:40
})

0 comments on commit 940a7b5

Please sign in to comment.