chore: migrate from remix to react router v7 #3435
playwright.yml
on: pull_request
Playwright tests
2m 9s
Annotations
2 errors, 2 warnings, and 1 notice
home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results:
apps/web-e2e/src/specs/home.spec.ts#L1
1) home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results
Test timeout of 30000ms exceeded.
|
home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results:
apps/web-e2e/src/specs/home.spec.ts#L31
1) home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'SBSP' })
29 | async function selectComboboxValue(page: Page, name: RegExp, value: string) {
30 | await page.getByRole('combobox', { name }).fill(value)
> 31 | await page.getByRole('option', { name: value }).click()
| ^
32 | }
33 |
at selectComboboxValue (/__w/mach/mach/apps/web-e2e/src/specs/home.spec.ts:31:51)
at /__w/mach/mach/apps/web-e2e/src/specs/home.spec.ts:18:3
|
Playwright tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results
6 passed (45.5s)
|