Skip to content

Bump the nest-js group with 6 updates #783

Bump the nest-js group with 6 updates

Bump the nest-js group with 6 updates #783

Triggered via pull request October 10, 2023 15:23
Status Success
Total duration 21m 44s
Artifacts 1

ci.yml

on: pull_request
Matrix: e2e
run-changesets
0s
run-changesets
Deploy to Dev
0s
Deploy to Dev
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 notice
[chromium] › accessibility.spec.ts:322:7 › Accessibility › create breakout sessions dialog should not have automatically detectable accessibility violations: e2e/src/pages/elementWebPage.ts#L71
1) [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 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
1) [chromium] › accessibility.spec.ts:322:7 › Accessibility › create breakout sessions dialog should not have automatically detectable accessibility violations 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)
[chromium] › openXchange.spec.ts:82:7 › OpenXchange › should create recurring meeting via OX: e2e/src/pages/elementWebPage.ts#L71
2) [chromium] › openXchange.spec.ts:82:7 › OpenXchange › should create recurring meeting via OX ── 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:103:5
[chromium] › scheduleBreakoutSessions.spec.ts:193:7 › Schedule Breakout Sessions › should send a message to all breakout sessions: e2e/src/pages/elementWebPage.ts#L71
3) [chromium] › scheduleBreakoutSessions.spec.ts:193:7 › Schedule Breakout Sessions › should send a message to all breakout sessions 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/scheduleBreakoutSessions.spec.ts:46:7
[chromium] › scheduleBreakoutSessions.spec.ts:193:7 › Schedule Breakout Sessions › should send a message to all breakout sessions: e2e/src/pages/elementWebPage.ts#L71
3) [chromium] › scheduleBreakoutSessions.spec.ts:193:7 › Schedule Breakout Sessions › should send a message to all breakout sessions 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 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/scheduleBreakoutSessions.spec.ts:46:7
[chromium] › scheduleMeeting.spec.ts:168:7 › Schedule Meeting › should invite the second user via a link: e2e/src/pages/elementWebPage.ts#L71
4) [chromium] › scheduleMeeting.spec.ts:168:7 › Schedule Meeting › should invite the second user via a link 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:322:7 › Accessibility › create breakout sessions dialog should not have automatically detectable accessibility violations [chromium] › openXchange.spec.ts:82:7 › OpenXchange › should create recurring meeting via OX ─── [chromium] › scheduleBreakoutSessions.spec.ts:193:7 › Schedule Breakout Sessions › should send a message to all breakout sessions [chromium] › scheduleMeeting.spec.ts:168:7 › Schedule Meeting › should invite the second user via a link 54 passed (15.8m)

Artifacts

Produced during runtime
Name Size
playwright-report-chromium Expired
47.3 MB