Update tests.yml #98
Annotations
4 errors and 1 notice
|
Playwright
Process completed with exit code 1.
|
|
[chromium] › typography.spec.js:85:6 › typography › Check fonts available on backend and frontend:
tests/e2e/specs/typography.spec.js#L194
1) [chromium] › typography.spec.js:85:6 › typography › Check fonts available on backend and frontend
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.wp-block-post-content > p')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.wp-block-post-content > p')
192 |
193 | // Check visible blocks on editor.
> 194 | await expect(paragraph).toBeVisible();
| ^
195 |
196 | await expect(button).toBeVisible();
197 |
at /home/runner/work/ghostkit/ghostkit/tests/e2e/specs/typography.spec.js:194:27
|
|
[chromium] › typography.spec.js:85:6 › typography › Check fonts available on backend and frontend:
tests/e2e/specs/typography.spec.js#L194
1) [chromium] › typography.spec.js:85:6 › typography › Check fonts available on backend and frontend
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.wp-block-post-content > p')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.wp-block-post-content > p')
192 |
193 | // Check visible blocks on editor.
> 194 | await expect(paragraph).toBeVisible();
| ^
195 |
196 | await expect(button).toBeVisible();
197 |
at /home/runner/work/ghostkit/ghostkit/tests/e2e/specs/typography.spec.js:194:27
|
|
[chromium] › typography.spec.js:85:6 › typography › Check fonts available on backend and frontend:
tests/e2e/specs/typography.spec.js#L194
1) [chromium] › typography.spec.js:85:6 › typography › Check fonts available on backend and frontend
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.wp-block-post-content > p')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.wp-block-post-content > p')
192 |
193 | // Check visible blocks on editor.
> 194 | await expect(paragraph).toBeVisible();
| ^
195 |
196 | await expect(button).toBeVisible();
197 |
at /home/runner/work/ghostkit/ghostkit/tests/e2e/specs/typography.spec.js:194:27
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › typography.spec.js:85:6 › typography › Check fonts available on backend and frontend
6 passed (50.4s)
|