Bump lodash from 4.17.23 to 4.18.1 #391
playwright.yml
on: pull_request
E2E Test Hotfix Bypass
E2E Tests
16m 47s
Annotations
5 errors, 1 warning, and 1 notice
|
E2E Tests
Process completed with exit code 1.
|
|
[chromium] › test/e2e/specs/01-smoke/dynamic-pages.spec.ts:36:3 › Dynamic Pages @smoke › @ready article detail page loads:
test/e2e/helpers/pageObjectModels/BuiltInsPage.ts#L55
2) [chromium] › test/e2e/specs/01-smoke/dynamic-pages.spec.ts:36:3 › Dynamic Pages @smoke › @ready article detail page loads
TimeoutError: page.goto: Timeout 15000ms exceeded.
Call log:
- navigating to "http://localhost:4321/articles/rate-limiting-token-bucket-leaky-bucket-implementation", waiting until "domcontentloaded"
at ../helpers/pageObjectModels/BuiltInsPage.ts:55
53 |
54 | const navigate = async (timeout: number) => {
> 55 | return await this._page.goto(path, {
| ^
56 | timeout,
57 | waitUntil,
58 | })
at navigate (/home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/helpers/pageObjectModels/BuiltInsPage.ts:55:31)
at BasePage.goto (/home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/helpers/pageObjectModels/BuiltInsPage.ts:64:24)
at /home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/specs/01-smoke/dynamic-pages.spec.ts:50:16
|
|
[mobile-safari] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible:
test/e2e/helpers/pageObjectModels/BuiltInsPage.ts#L307
1) [mobile-safari] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 5000ms exceeded.
at ../helpers/pageObjectModels/BuiltInsPage.ts:307
305 | */
306 | async waitForURL(urlPattern: Parameters<Page['waitForURL']>[0], options?: Parameters<Page['waitForURL']>[1]): Promise<void> {
> 307 | await this._page.waitForURL(urlPattern, options)
| ^
308 | }
309 |
310 | /**
at BasePage.waitForURL (/home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/helpers/pageObjectModels/BuiltInsPage.ts:307:22)
at /home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/specs/01-smoke/critical-paths.spec.ts:21:18
|
|
[mobile-safari] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible:
test/e2e/helpers/pageObjectModels/BuiltInsPage.ts#L307
1) [mobile-safari] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 5000ms exceeded.
at ../helpers/pageObjectModels/BuiltInsPage.ts:307
305 | */
306 | async waitForURL(urlPattern: Parameters<Page['waitForURL']>[0], options?: Parameters<Page['waitForURL']>[1]): Promise<void> {
> 307 | await this._page.waitForURL(urlPattern, options)
| ^
308 | }
309 |
310 | /**
at BasePage.waitForURL (/home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/helpers/pageObjectModels/BuiltInsPage.ts:307:22)
at /home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/specs/01-smoke/critical-paths.spec.ts:21:18
|
|
[mobile-safari] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible:
test/e2e/helpers/pageObjectModels/BuiltInsPage.ts#L307
1) [mobile-safari] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible
TimeoutError: page.waitForURL: Timeout 5000ms exceeded.
at ../helpers/pageObjectModels/BuiltInsPage.ts:307
305 | */
306 | async waitForURL(urlPattern: Parameters<Page['waitForURL']>[0], options?: Parameters<Page['waitForURL']>[1]): Promise<void> {
> 307 | await this._page.waitForURL(urlPattern, options)
| ^
308 | }
309 |
310 | /**
at BasePage.waitForURL (/home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/helpers/pageObjectModels/BuiltInsPage.ts:307:22)
at /home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/specs/01-smoke/critical-paths.spec.ts:21:18
|
|
E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 failed
[mobile-safari] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible
1 flaky
[chromium] › test/e2e/specs/01-smoke/dynamic-pages.spec.ts:36:3 › Dynamic Pages @smoke › @ready article detail page loads
22 skipped
144 passed (14.8m)
|