build(deps): bump semver from 7.7.2 to 7.7.3 (#7163) #5203
Annotations
1 error, 4 warnings, and 1 notice
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L44
1) [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin
Error: expect(locator).toContainText(expected) failed
Locator: locator('table tbody').nth(1).locator('tr').first()
Expected substring: "ep_font_color"
Timeout: 20000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 20000ms
- waiting for locator('table tbody').nth(1).locator('tr').first()
4 × locator resolved to <tr>…</tr>
- unexpected value "No plugins found."
42 | await expect(pluginTable.locator('tr')).toHaveCount(1)
43 | const pluginRow = pluginTable.locator('tr').first()
> 44 | await expect(pluginRow).toContainText('ep_font_color')
| ^
45 |
46 | // Select Installation button
47 | await pluginRow.locator('td').nth(4).locator('button').first().click()
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:44:33
|
Run actions/upload-artifact@v4
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
export GIT_HASH to env
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Generate Sauce Labs strings
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Generate Sauce Labs strings
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run the frontend admin tests
1 flaky
[webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin
35 passed (2.8m)
|
Loading