Skip to content

Merge branch 'develop' #3950

Merge branch 'develop'

Merge branch 'develop' #3950

Triggered via push December 22, 2024 16:09
Status Success
Total duration 10m 15s
Artifacts

windows.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 notice
[chromium] › specs\chat.spec.ts:40:5 › makes sure that an empty message can't be sent: src\tests\frontend-new\specs\chat.spec.ts#L17
1) [chromium] › specs\chat.spec.ts:40:5 › makes sure that an empty message can't be sent ───────── Test timeout of 90000ms exceeded while running "beforeEach" hook. 15 | 16 | > 17 | test.beforeEach(async ({ page })=>{ | ^ 18 | await goToNewPad(page); 19 | }) 20 | at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\chat.spec.ts:17:6
[chromium] › specs\chat.spec.ts:40:5 › makes sure that an empty message can't be sent: src\tests\frontend-new\helper\padHelper.ts#L120
1) [chromium] › specs\chat.spec.ts:40:5 › makes sure that an empty message can't be sent ───────── Error: page.waitForSelector: Test timeout of 90000ms exceeded. Call log: - waiting for locator('iframe[name="ace_outer"]') to be visible at helper\padHelper.ts:120 118 | const padId = "FRONTEND_TESTS"+randomUUID(); 119 | await page.goto('http://localhost:9001/p/'+padId); > 120 | await page.waitForSelector('iframe[name="ace_outer"]'); | ^ 121 | return padId; 122 | } 123 | at goToNewPad (D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\helper\padHelper.ts:120:16) at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\chat.spec.ts:18:5
🎭 Playwright Run Summary
1 flaky [chromium] › specs\chat.spec.ts:40:5 › makes sure that an empty message can't be sent ────────── 91 passed (1.8m)