Adds scripts and charts updates that enable MAS deployments #1675
ci.yml
on: pull_request
Matrix: e2e
run-changesets
0s
Deploy to Dev
0s
Annotations
5 errors, 8 warnings, and 1 notice
[chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat:
e2e/src/meetingRoom.spec.ts#L1
1) [chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat
Test timeout of 30000ms exceeded.
|
[chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat:
e2e/src/meetingRoom.spec.ts#L195
1) [chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat
Error: expect.toBeHidden: Target page, context or browser has been closed
193 | await aliceEditMeetingWidgetPage.toggleChatPermission();
194 | await aliceEditMeetingWidgetPage.submit();
> 195 | await expect(bobElementWebPage.noChatPermissionText).toBeHidden();
| ^
196 | await bobElementWebPage.sendMessage('I am Bob again');
197 | await aliceElementWebPage.sendMessage('I am Alice again');
198 | });
at /home/runner/work/matrix-meetings/matrix-meetings/e2e/src/meetingRoom.spec.ts:195:58
|
[chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat:
e2e/src/meetingRoom.spec.ts#L1
1) [chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat:
e2e/src/meetingRoom.spec.ts#L195
1) [chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeHidden()
Locator: getByText('You do not have permission to post to this room')
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByText('You do not have permission to post to this room')
- locator resolved to <div class="mx_MessageComposer_noperm_error">You do not have permission to post to this room</div>
- unexpected value "visible"
- locator resolved to <div class="mx_MessageComposer_noperm_error">You do not have permission to post to this room</div>
- unexpected value "visible"
- locator resolved to <div class="mx_MessageComposer_noperm_error">You do not have permission to post to this room</div>
- unexpected value "visible"
- locator resolved to <div class="mx_MessageComposer_noperm_error">You do not have permission to post to this room</div>
- unexpected value "visible"
193 | await aliceEditMeetingWidgetPage.toggleChatPermission();
194 | await aliceEditMeetingWidgetPage.submit();
> 195 | await expect(bobElementWebPage.noChatPermissionText).toBeHidden();
| ^
196 | await bobElementWebPage.sendMessage('I am Bob again');
197 | await aliceElementWebPage.sendMessage('I am Alice again');
198 | });
at /home/runner/work/matrix-meetings/matrix-meetings/e2e/src/meetingRoom.spec.ts:195:58
|
[chromium] › scheduleMeeting.spec.ts:111:7 › Schedule Meeting › should schedule a meeting and invite a second user:
e2e/src/scheduleMeeting.spec.ts#L138
2) [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
|
build-bot
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-widget
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e (chromium)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
e2e/[chromium] › accessibility.spec.ts#L1
e2e/[chromium] › accessibility.spec.ts took 3.2m
|
Slow Test:
e2e/[chromium] › e2eeMeetingRoom.spec.ts#L1
e2e/[chromium] › e2eeMeetingRoom.spec.ts took 3.1m
|
Slow Test:
e2e/[chromium] › recurringMeetings.spec.ts#L1
e2e/[chromium] › recurringMeetings.spec.ts took 2.8m
|
Slow Test:
e2e/[chromium] › scheduleBreakoutSessions.spec.ts#L1
e2e/[chromium] › scheduleBreakoutSessions.spec.ts took 1.4m
|
Slow Test:
e2e/[chromium] › e2eeScheduleMeeting.spec.ts#L1
e2e/[chromium] › e2eeScheduleMeeting.spec.ts took 1.3m
|
🎭 Playwright Run Summary
2 flaky
[chromium] › meetingRoom.spec.ts:165:7 › Meeting Room › should toggle whether users can use the chat
[chromium] › scheduleMeeting.spec.ts:111:7 › Schedule Meeting › should schedule a meeting and invite a second user
67 passed (23.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nordeck~matrix-meetings~2B3B6O.dockerbuild
|
85.1 KB |
|
nordeck~matrix-meetings~JBEFV7.dockerbuild
|
27.2 KB |
|
nordeck~matrix-meetings~N5MNSR.dockerbuild
|
91.7 KB |
|
nordeck~matrix-meetings~OXF42E.dockerbuild
|
22.4 KB |
|
playwright-report-chromium
|
48.9 MB |
|