contoso-traders-cloud-testing #570
Annotations
10 errors, 1 warning, and 1 notice
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Test timeout of 80000ms exceeded.
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L30
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.boundingBox: Target page, context or browser has been closed
Call Log:
- Test timeout of 80000ms exceeded
28 | throw new Error('Map is too small');
29 | }
> 30 | }).toPass();
| ^
31 | });
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:30:8
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Test timeout of 80000ms exceeded.
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L34
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' })
============================================================
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
> 34 | await page.frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' }).click();
| ^
35 | });
36 |
37 | test('should zoom out on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:34:105
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L34
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' })
============================================================
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
> 34 | await page.frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' }).click();
| ^
35 | });
36 |
37 | test('should zoom out on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:34:105
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
run playwright tests:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L34
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' })
============================================================
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
> 34 | await page.frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' }).click();
| ^
35 | });
36 |
37 | test('should zoom out on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:34:105
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run playwright tests
3 failed
[chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ──────────────────────────
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ───────────────────────
[chromium] › map.spec.ts:37:7 › Map › should zoom out on bing maps iframe ──────────────────────
22 skipped
79 passed (14.7m)
|
Loading