Bump h3 from 1.15.4 to 1.15.5 #176
playwright.yml
on: pull_request
E2E Test Hotfix Bypass
E2E Tests
13m 33s
Annotations
2 errors, 1 warning, and 1 notice
|
[microsoft-edge] › test/e2e/specs/01-smoke/critical-paths.spec.ts:9:3 › Critical Paths @smoke › @ready all main navigation pages are accessible:
test/e2e/helpers/pageObjectModels/BasePage.ts#L417
1) [microsoft-edge] › test/e2e/specs/01-smoke/critical-paths.spec.ts:9:3 › Critical Paths @smoke › @ready all main navigation pages are accessible
Error: expect.toHaveTitle: Target page, context or browser has been closed
at ../helpers/pageObjectModels/BasePage.ts:417
415 | */
416 | async expectTitle(expectedTitle: string | RegExp): Promise<void> {
> 417 | await expect(this._page).toHaveTitle(
| ^
418 | // eslint-disable-next-line security/detect-non-literal-regexp
419 | expectedTitle instanceof RegExp ? expectedTitle : new RegExp(expectedTitle)
420 | )
at BasePage.expectTitle (/home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/helpers/pageObjectModels/BasePage.ts:417:30)
at /home/runner/work/astro.webstackbuilders.com/astro.webstackbuilders.com/test/e2e/specs/01-smoke/critical-paths.spec.ts:13:18
|
|
|
|
E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
|