Bump @mui/x-date-pickers from 6.12.1 to 6.13.0 #626
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Matrix: e2e
run-changesets
0s
Deploy to Dev
0s
Annotations
5 errors and 1 notice
[chromium] › accessibility.spec.ts:27:7 › Accessibility › empty meeting list should not have automatically detectable accessibility violations:
e2e/src/pages/elementWebPage.ts#L71
1) [chromium] › accessibility.spec.ts:27:7 › Accessibility › empty meeting list should not have automatically detectable accessibility violations
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog').getByRole('switch', { name: 'Remember my selection for this widget' })
============================================================
at pages/elementWebPage.ts:71
69 | .getByRole('switch', { name: 'Remember my selection for this widget' })
70 | // Increase but also limit the timeout to account for widget load time
> 71 | .click({ timeout: 15000 });
| ^
72 |
73 | await dialogLocator.getByRole('button', { name: 'Approve' }).click();
74 | }
at ElementWebPage.approveWidgetCapabilities (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/pages/elementWebPage.ts:71:8)
at Object.aliceMeetingsWidgetPage (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/fixtures.ts:86:31)
|
[chromium] › accessibility.spec.ts:322:7 › Accessibility › create breakout sessions dialog should not have automatically detectable accessibility violations:
e2e/src/pages/elementWebPage.ts#L71
2) [chromium] › accessibility.spec.ts:322:7 › Accessibility › create breakout sessions dialog should not have automatically detectable accessibility violations
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog').getByRole('switch', { name: 'Remember my selection for this widget' })
============================================================
at pages/elementWebPage.ts:71
69 | .getByRole('switch', { name: 'Remember my selection for this widget' })
70 | // Increase but also limit the timeout to account for widget load time
> 71 | .click({ timeout: 15000 });
| ^
72 |
73 | await dialogLocator.getByRole('button', { name: 'Approve' }).click();
74 | }
at ElementWebPage.approveWidgetCapabilities (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/pages/elementWebPage.ts:71:8)
at ElementWebPage.showWidgetInSidebar (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/pages/elementWebPage.ts:357:16)
at /home/runner/work/matrix-meetings/matrix-meetings/e2e/src/accessibility.spec.ts:353:5
|
[chromium] › openXchange.spec.ts:260:7 › OpenXchange › should convert a single OX meeting into a recurring meeting:
e2e/src/pages/elementWebPage.ts#L71
3) [chromium] › openXchange.spec.ts:260:7 › OpenXchange › should convert a single OX meeting into a recurring meeting
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog').getByRole('switch', { name: 'Remember my selection for this widget' })
============================================================
at pages/elementWebPage.ts:71
69 | .getByRole('switch', { name: 'Remember my selection for this widget' })
70 | // Increase but also limit the timeout to account for widget load time
> 71 | .click({ timeout: 15000 });
| ^
72 |
73 | await dialogLocator.getByRole('button', { name: 'Approve' }).click();
74 | }
at ElementWebPage.approveWidgetCapabilities (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/pages/elementWebPage.ts:71:8)
at ElementWebPage.showWidgetInSidebar (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/pages/elementWebPage.ts:357:16)
at /home/runner/work/matrix-meetings/matrix-meetings/e2e/src/openXchange.spec.ts:280:5
|
[chromium] › widgetSetup.spec.ts:51:7 › Meeting Widget Setup › should invite the meeting bot into a room to setup the widget:
e2e/src/pages/elementWebPage.ts#L71
4) [chromium] › widgetSetup.spec.ts:51:7 › Meeting Widget Setup › should invite the meeting bot into a room to setup the widget
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog').getByRole('switch', { name: 'Remember my selection for this widget' })
============================================================
at pages/elementWebPage.ts:71
69 | .getByRole('switch', { name: 'Remember my selection for this widget' })
70 | // Increase but also limit the timeout to account for widget load time
> 71 | .click({ timeout: 15000 });
| ^
72 |
73 | await dialogLocator.getByRole('button', { name: 'Approve' }).click();
74 | }
at ElementWebPage.approveWidgetCapabilities (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/pages/elementWebPage.ts:71:8)
at Object.aliceMeetingsWidgetPage (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/fixtures.ts:86:31)
|
[chromium] › widgetSetup.spec.ts:51:7 › Meeting Widget Setup › should invite the meeting bot into a room to setup the widget:
e2e/src/pages/elementWebPage.ts#L71
4) [chromium] › widgetSetup.spec.ts:51:7 › Meeting Widget Setup › should invite the meeting bot into a room to setup the widget
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for getByRole('dialog').getByRole('switch', { name: 'Remember my selection for this widget' })
============================================================
at pages/elementWebPage.ts:71
69 | .getByRole('switch', { name: 'Remember my selection for this widget' })
70 | // Increase but also limit the timeout to account for widget load time
> 71 | .click({ timeout: 15000 });
| ^
72 |
73 | await dialogLocator.getByRole('button', { name: 'Approve' }).click();
74 | }
at ElementWebPage.approveWidgetCapabilities (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/pages/elementWebPage.ts:71:8)
at Object.aliceMeetingsWidgetPage (/home/runner/work/matrix-meetings/matrix-meetings/e2e/src/fixtures.ts:86:31)
|
🎭 Playwright Run Summary
4 flaky
[chromium] › accessibility.spec.ts:27:7 › Accessibility › empty meeting list should not have automatically detectable accessibility violations
[chromium] › accessibility.spec.ts:322:7 › Accessibility › create breakout sessions dialog should not have automatically detectable accessibility violations
[chromium] › openXchange.spec.ts:260:7 › OpenXchange › should convert a single OX meeting into a recurring meeting
[chromium] › widgetSetup.spec.ts:51:7 › Meeting Widget Setup › should invite the meeting bot into a room to setup the widget
52 passed (14.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-chromium
Expired
|
39 MB |
|