Harden inline theme bootstrap #589
playwright.yml
on: pull_request
E2E Test Hotfix Bypass
E2E Tests
17m 48s
Annotations
1 error, 1 warning, and 1 notice
|
[microsoft-edge] › 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/BasePage.ts#L453
2) [microsoft-edge] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible
Error: expect(locator).toBeVisible() failed
Locator: locator('h1').first()
Expected: visible
Received: undefined
at ../helpers/pageObjectModels/BasePage.ts:453
451 | */
452 | async expectHeading(): Promise<void> {
> 453 | await expect(this._page.locator('h1').first()).toBeVisible()
| ^
454 | }
455 |
456 | /**
at BasePage.expectHeading (/home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/helpers/pageObjectModels/BasePage.ts:453:52)
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
2 flaky
[chromium] › test/e2e/specs/01-smoke/dynamic-pages.spec.ts:36:3 › Dynamic Pages @smoke › @ready article detail page loads
[microsoft-edge] › test/e2e/specs/01-smoke/critical-paths.spec.ts:17:3 › Critical Paths @smoke › @ready all main navigation pages are accessible
22 skipped
144 passed (15.8m)
|