build(deps-dev): bump the vitest group across 1 directory with 3 updates #3545
playwright.yml
on: pull_request
Playwright tests
8m 12s
Annotations
10 errors, 2 warnings, and 1 notice
home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message:
apps/web-e2e/src/specs/home.spec.ts#L1
1) home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message
Test timeout of 30000ms exceeded.
|
home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message:
apps/web-e2e/src/specs/home.spec.ts#L7
1) home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: /search flights/i })
5 | }) => {
6 | await page.goto('/')
> 7 | await page.getByRole('button', { name: /search flights/i }).click()
| ^
8 | await expect(
9 | page.getByText(/at least one filter must be provided/i)
10 | ).toBeVisible()
at /__w/mach/mach/apps/web-e2e/src/specs/home.spec.ts:7:63
|
home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message:
apps/web-e2e/src/specs/home.spec.ts#L1
1) home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message:
apps/web-e2e/src/specs/home.spec.ts#L7
1) home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: /search flights/i })
5 | }) => {
6 | await page.goto('/')
> 7 | await page.getByRole('button', { name: /search flights/i }).click()
| ^
8 | await expect(
9 | page.getByText(/at least one filter must be provided/i)
10 | ).toBeVisible()
at /__w/mach/mach/apps/web-e2e/src/specs/home.spec.ts:7:63
|
home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message:
apps/web-e2e/src/specs/home.spec.ts#L1
1) home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message:
apps/web-e2e/src/specs/home.spec.ts#L7
1) home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: /search flights/i })
5 | }) => {
6 | await page.goto('/')
> 7 | await page.getByRole('button', { name: /search flights/i }).click()
| ^
8 | await expect(
9 | page.getByText(/at least one filter must be provided/i)
10 | ).toBeVisible()
at /__w/mach/mach/apps/web-e2e/src/specs/home.spec.ts:7:63
|
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
2) 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#L30
2) home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('combobox', { name: /departure icao/i })
28 |
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:30:46)
at /__w/mach/mach/apps/web-e2e/src/specs/home.spec.ts:18:9
|
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
2) home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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#L30
2) home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('combobox', { name: /departure icao/i })
28 |
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:30:46)
at /__w/mach/mach/apps/web-e2e/src/specs/home.spec.ts:18:9
|
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
7 failed
home.spec.ts:3:1 › if I click search flights without selecting a filter it shows an error message
home.spec.ts:13:1 › if I select options and click search flights it redirects me to search results
search.spec.ts:3:1 › if I open search flights without selecting a filter it shows an error message
search.spec.ts:12:1 › if there are no results for the search query it shows a friendly message ─
search.spec.ts:21:1 › if there are results for the search it shows them on the table ───────────
search.spec.ts:29:1 › when i click in view details it shows me the flight details modal ────────
smoke.spec.ts:3:1 › it shows the home page content ─────────────────────────────────────────────
|