.github/workflows/daily.yml #377
Annotations
1 error, 3 warnings, and 3 notices
[milo-live-firefox] › georouting.feature.test.js:60:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests\milo\georouting.feature.test.js#L74
1) [milo-live-firefox] › georouting.feature.test.js:60:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.dialog-modal') to be visible
============================================================
72 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
73 | await modal.changeRegionLink.click();
> 74 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
75 | await modal.deLink.click();
76 | });
77 |
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:74:43
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:72:9
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
53 skipped
262 passed (3.8m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › georouting.feature.test.js:60:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
53 skipped
261 passed (4.5m)
|
🎭 Playwright Run Summary
53 skipped
262 passed (5.4m)
|