chore(deps): bump the npm group across 1 directory with 2 updates #4851
ci-run-tests.yml
on: pull_request
Prepare
6s
Run Tests
/
Python Tests
32m 36s
Matrix: Run Tests / Playwright Legacy Tests
Matrix: Run Tests / Playwright Tests
Annotations
3 errors and 2 notices
|
[firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › mobile:
playwright/tests/meeting/floor-plan.spec.js#L112
2) [firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › mobile › can select rooms ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatch(expected)
Expected substring: "room=silver-1-5"
Received string: "http://localhost:3000/meeting/123/floor-plan?room=francium-1-4"
110 | await expect(page.locator('.floorplan .floorplan-rooms > .list-group-item:not(.active)')).toHaveCount(floor.rooms.length - 1)
111 | // URL query segment
> 112 | await expect(page.url()).toMatch(`room=${room.slug}`)
| ^
113 | // Pin Drop
114 | const planxRatio = (await floorImageLocator.evaluate(node => node.width)) / floor.width
115 | const planyRatio = (await floorImageLocator.evaluate(node => node.height)) / floor.height
at /Users/runner/work/datatracker/datatracker/playwright/tests/meeting/floor-plan.spec.js:112:36
at /Users/runner/work/datatracker/datatracker/playwright/tests/meeting/floor-plan.spec.js:95:7
|
|
[firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › mobile:
playwright/tests/meeting/floor-plan.spec.js#L112
2) [firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › mobile › can select rooms ────
Error: expect(received).toMatch(expected)
Expected substring: "room=lanthanum-1-3"
Received string: "http://localhost:3000/meeting/123/floor-plan?room=tin-1-2"
110 | await expect(page.locator('.floorplan .floorplan-rooms > .list-group-item:not(.active)')).toHaveCount(floor.rooms.length - 1)
111 | // URL query segment
> 112 | await expect(page.url()).toMatch(`room=${room.slug}`)
| ^
113 | // Pin Drop
114 | const planxRatio = (await floorImageLocator.evaluate(node => node.width)) / floor.width
115 | const planyRatio = (await floorImageLocator.evaluate(node => node.height)) / floor.height
at /Users/runner/work/datatracker/datatracker/playwright/tests/meeting/floor-plan.spec.js:112:36
at /Users/runner/work/datatracker/datatracker/playwright/tests/meeting/floor-plan.spec.js:95:7
|
|
[firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › smallDesktop:
playwright/tests/meeting/floor-plan.spec.js#L112
1) [firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › smallDesktop › can select rooms
Error: expect(received).toMatch(expected)
Expected substring: "room=tin-1-2"
Received string: "http://localhost:3000/meeting/123/floor-plan?room=cobalt-1-1"
110 | await expect(page.locator('.floorplan .floorplan-rooms > .list-group-item:not(.active)')).toHaveCount(floor.rooms.length - 1)
111 | // URL query segment
> 112 | await expect(page.url()).toMatch(`room=${room.slug}`)
| ^
113 | // Pin Drop
114 | const planxRatio = (await floorImageLocator.evaluate(node => node.width)) / floor.width
115 | const planyRatio = (await floorImageLocator.evaluate(node => node.height)) / floor.height
at /Users/runner/work/datatracker/datatracker/playwright/tests/meeting/floor-plan.spec.js:112:36
at /Users/runner/work/datatracker/datatracker/playwright/tests/meeting/floor-plan.spec.js:95:7
|
|
🎭 Playwright Run Summary
31 passed (2.5m)
|
|
🎭 Playwright Run Summary
2 flaky
[firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › smallDesktop ──────────────────
[firefox] › tests/meeting/floor-plan.spec.js:27:5 › floor-plan › mobile ────────────────────────
3 skipped
26 passed (4.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage
|
104 KB |
sha256:c7aecb8a7987b6af3980cb3fa102239693b57b4f5f6ea632c7d46735d2870ea4
|
|
|
playwright-results-firefox
|
5.48 MB |
sha256:0a2761e9f0c3df38c29ea412b682e6b38198e6a3b4a9150f88a663568e42d27d
|
|