feat: API to replace email alias generation commands #2662
Annotations
1 error and 1 notice
Run all tests:
playwright/tests/meeting/floor-plan.spec.js#L112
1) [firefox] › meeting/floor-plan.spec.js:27:5 › floor-plan › mobile › can select rooms ──────────
Error: expect(received).toMatch(expected)
Expected substring: "room=neptunium-1-4"
Received string: "http://localhost:3000/meeting/123/floor-plan?room=astatine-1-3"
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
|
Run all tests
1 flaky
[firefox] › meeting/floor-plan.spec.js:27:5 › floor-plan › mobile ──────────────────────────────
25 passed (4.6m)
|
The logs for this run have expired and are no longer available.
Loading