Bump the dev-dependencies group with 9 updates #3784
Annotations
2 errors and 1 notice
Run Etherpad:
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
|
Run Etherpad:
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
|
Run Etherpad
1 flaky
[chromium] › specs\chat.spec.ts:40:5 › makes sure that an empty message can't be sent ──────────
91 passed (1.8m)
|
Loading