build(deps): bump lru-cache from 11.3.6 to 11.5.0 #7823
+13
−7
Annotations
1 error, 1 warning, and 1 notice
|
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/adminsettings.spec.ts#L212
1) [chromium-admin] › tests/frontend-new/admin-spec/adminsettings.spec.ts:187:7 › admin settings › form view derives label + help text from key comment
Error: expect(locator).toContainText(expected) failed
Locator: locator('label[for="field-title"]').locator('xpath=ancestor::*[contains(@Class,"settings-row")][1]')
Expected substring: "CustomTitleLabel"
Received string: "Name your instance!"
Timeout: 20000ms
Call log:
- Expect "toContainText" with timeout 20000ms
- waiting for locator('label[for="field-title"]').locator('xpath=ancestor::*[contains(@Class,"settings-row")][1]')
44 × locator resolved to <div class="settings-row" id="settings-row-title">…</div>
- unexpected value "Name your instance!"
210 | await expect(titleLabel).toBeVisible({timeout: 10000});
211 | const titleRow = titleLabel.locator('xpath=ancestor::*[contains(@Class,"settings-row")][1]');
> 212 | await expect(titleRow).toContainText('CustomTitleLabel');
| ^
213 | await expect(titleRow).toContainText('ExtraHelpMarker');
214 |
215 | // Restore
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/admin-spec/adminsettings.spec.ts:212:28
|
|
Run actions/upload-artifact@v7
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Run the frontend admin tests
1 flaky
[chromium-admin] › tests/frontend-new/admin-spec/adminsettings.spec.ts:187:7 › admin settings › form view derives label + help text from key comment
44 passed (1.3m)
|
background
wait
wait-all
cancel
Loading