feat: replace sidebar video ad with static image banner variants #581
playwright.yml
on: pull_request
E2E Tests (chromium)
6m 3s
Annotations
1 error, 1 warning, and 1 notice
|
[chromium] › tests/e2e/LeadCapture.spec.ts:85:7 › Newsletter lead capture (blog-mql + reCAPTCHA) › lead is still sent with an empty token when reCAPTCHA is unavailable (fail open):
tests/e2e/LeadCapture.spec.ts#L95
1) [chromium] › tests/e2e/LeadCapture.spec.ts:85:7 › Newsletter lead capture (blog-mql + reCAPTCHA) › lead is still sent with an empty token when reCAPTCHA is unavailable (fail open)
TimeoutError: locator.scrollIntoViewIfNeeded: Timeout 15000ms exceeded.
Call log:
- waiting for locator('form').filter({ has: getByPlaceholder('Full Name') }).first()
93 |
94 | const form = page.locator('form', { has: page.getByPlaceholder('Full Name') }).first();
> 95 | await form.scrollIntoViewIfNeeded();
| ^
96 | await expect(form).toBeVisible({ timeout: 15000 });
97 |
98 | await form.getByPlaceholder('Full Name').fill('Blocked User');
at /home/runner/work/blog-website/blog-website/tests/e2e/LeadCapture.spec.ts:95:16
|
|
E2E Tests (chromium)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/LeadCapture.spec.ts:85:7 › Newsletter lead capture (blog-mql + reCAPTCHA) › lead is still sent with an empty token when reCAPTCHA is unavailable (fail open)
19 skipped
229 passed (3.8m)
|