Enhance favorite airlines management #145
Annotations
6 errors and 1 notice
main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog:
e2e/main-flow.test.ts#L1
1) main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog
Test timeout of 30000ms exceeded.
|
main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog:
e2e/main-flow.test.ts#L934
1) main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('favorite-airlines-search-popover').getByRole('option').filter({ hasText: 'Lufthansa' })
932 | await clickSearchPopover(page);
933 | await fillSearchQuery(page, 'Lufthansa');
> 934 | await getAirlineOption(page, 'Lufthansa').click();
| ^
935 | await clickSearchPopover(page);
936 |
937 | // Verify both airlines are in list
at /home/runner/work/carry-fit/carry-fit/e2e/main-flow.test.ts:934:45
|
main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog:
e2e/main-flow.test.ts#L1
1) main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog:
e2e/main-flow.test.ts#L934
1) main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('favorite-airlines-search-popover').getByRole('option').filter({ hasText: 'Lufthansa' })
932 | await clickSearchPopover(page);
933 | await fillSearchQuery(page, 'Lufthansa');
> 934 | await getAirlineOption(page, 'Lufthansa').click();
| ^
935 | await clickSearchPopover(page);
936 |
937 | // Verify both airlines are in list
at /home/runner/work/carry-fit/carry-fit/e2e/main-flow.test.ts:934:45
|
main-flow.test.ts:415:2 › Bag sharing functionality › should clear URL parameters when dimensions are changed:
e2e/main-flow.test.ts#L426
2) main-flow.test.ts:415:2 › Bag sharing functionality › should clear URL parameters when dimensions are changed
Error: expect(received).not.toContain(expected) // indexOf
Expected substring: not "height="
Received string: "http://localhost:5173/?height=45&width=35&depth=20&units=metric"
424 |
425 | // Verify URL parameters are cleared
> 426 | expect(page.url()).not.toContain('height=');
| ^
427 | expect(page.url()).not.toContain('width=');
428 | expect(page.url()).not.toContain('depth=');
429 | expect(page.url()).not.toContain('units=');
at /home/runner/work/carry-fit/carry-fit/e2e/main-flow.test.ts:426:26
|
Run Tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
main-flow.test.ts:917:2 › Favorite Airlines Dialog › should add and remove airlines from favorites in dialog
1 flaky
main-flow.test.ts:415:2 › Bag sharing functionality › should clear URL parameters when dimensions are changed
38 passed (3.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
355 KB |
|