Skip to content

build(deps): bump @sentry/node from 7.99.0 to 7.100.1 #658

build(deps): bump @sentry/node from 7.99.0 to 7.100.1

build(deps): bump @sentry/node from 7.99.0 to 7.100.1 #658

Triggered via pull request February 12, 2024 18:46
Status Success
Total duration 3m 54s
Artifacts

playwright.yml

on: pull_request
Playwright tests
3m 46s
Playwright tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 notice
home.spec.ts:13:5 › if I select options and click search flights it redirects me to search results: apps/web/e2e/home.spec.ts#L24
1) home.spec.ts:13:5 › if I select options and click search flights it redirects me to search results Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://localhost:3000/search?cycle=2023-12-21&departureIcao=SBSP&arrivalIcao=SBRJ&company=GLO&aircraftIcaoCode=B738" Received string: "http://localhost:3000/search?cycle=2023-12-21&departureIcao=ABCD&arrivalIcao=SBRJ&company=GLO&aircraftIcaoCode=B738" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/search?cycle=2023-12-21&departureIcao=ABCD&arrivalIcao=SBRJ&company=GLO&aircraftIcaoCode=B738" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/search?cycle=2023-12-21&departureIcao=ABCD&arrivalIcao=SBRJ&company=GLO&aircraftIcaoCode=B738" - locator resolved to <html>…</html> - unexpected value "http://localhost:3000/search?cycle=2023-12-21&departureIcao=ABCD&arrivalIcao=SBRJ&company=GLO&aircraftIcaoCode=B738" 22 | await page.getByRole('button', { name: /search flights/i }).click() 23 | > 24 | await expect(page).toHaveURL( | ^ 25 | '/search?cycle=2023-12-21&departureIcao=SBSP&arrivalIcao=SBRJ&company=GLO&aircraftIcaoCode=B738' 26 | ) 27 | }) at /__w/mach/mach/apps/web/e2e/home.spec.ts:24:22
🎭 Playwright Run Summary
1 flaky home.spec.ts:13:5 › if I select options and click search flights it redirects me to search results 6 passed (42.0s)