Version Packages (#687) #1655
Annotations
1 error, 6 warnings, and 1 notice
Run Playwright tests:
e2e/src/scheduleMeeting.spec.ts#L138
1) [chromium] › scheduleMeeting.spec.ts:111:7 › Schedule Meeting › should schedule a meeting and invite a second user
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('iframe[title="NeoDateFix"]').getByRole('list', { name: 'Meetings' }).getByRole('list', { name: /10\/03\/2040/ }).getByRole('listitem', { name: 'My Meeting' }).getByRole('heading').locator('..').locator('> span')
Expected string: "10:30 AM – 11:30 AM. Recurrence: Every day for 2 times"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('iframe[title="NeoDateFix"]').getByRole('list', { name: 'Meetings' }).getByRole('list', { name: /10\/03\/2040/ }).getByRole('listitem', { name: 'My Meeting' }).getByRole('heading').locator('..').locator('> span')
136 | aliceMeetingsWidgetPage.getMeeting('My Meeting', '10/03/2040')
137 | .meetingTimeRangeText,
> 138 | ).toHaveText('10:30 AM – 11:30 AM. Recurrence: Every day for 2 times');
| ^
139 |
140 | await bobElementWebPage.navigateToRoomOrInvitation('Calendar');
141 | await bobElementWebPage.acceptRoomInvitation();
at /home/runner/work/matrix-meetings/matrix-meetings/e2e/src/scheduleMeeting.spec.ts:138:7
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
e2e/[chromium] › accessibility.spec.ts#L1
e2e/[chromium] › accessibility.spec.ts took 3.2m
|
Run Playwright tests:
e2e/[chromium] › e2eeMeetingRoom.spec.ts#L1
e2e/[chromium] › e2eeMeetingRoom.spec.ts took 3.0m
|
Run Playwright tests:
e2e/[chromium] › meetingRoom.spec.ts#L1
e2e/[chromium] › meetingRoom.spec.ts took 2.9m
|
Run Playwright tests:
e2e/[chromium] › recurringMeetings.spec.ts#L1
e2e/[chromium] › recurringMeetings.spec.ts took 2.7m
|
Run Playwright tests:
e2e/[chromium] › scheduleBreakoutSessions.spec.ts#L1
e2e/[chromium] › scheduleBreakoutSessions.spec.ts took 1.4m
|
Run Playwright tests
1 flaky
[chromium] › scheduleMeeting.spec.ts:111:7 › Schedule Meeting › should schedule a meeting and invite a second user
68 passed (21.7m)
|
Loading