chore: only on tags #5210
Annotations
2 errors, 12 warnings, and 3 notices
[webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:18:9 › Plugins page › Searches for a plugin:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L25
1) [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:18:9 › Plugins page › Searches for 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."
23 | const pluginTable = page.locator('table tbody').nth(1);
24 | await expect(pluginTable.locator('tr')).toHaveCount(1)
> 25 | await expect(pluginTable.locator('tr').first()).toContainText('ep_font_color')
| ^
26 | })
27 |
28 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:25:57
|
[webkit] › tests/frontend-new/admin-spec/adminsettings.spec.ts:11:9 › admin settings › Are Settings visible:
src/tests/frontend-new/admin-spec/adminsettings.spec.ts#L12
1) [webkit] › tests/frontend-new/admin-spec/adminsettings.spec.ts:11:9 › admin settings › Are Settings visible, populated, does save work
Error: page.goto: WebKit encountered an internal error
Call log:
- navigating to "http://localhost:9001/admin/settings", waiting until "load"
10 |
11 | test('Are Settings visible, populated, does save work', async ({page}) => {
> 12 | await page.goto('http://localhost:9001/admin/settings');
| ^
13 | await page.waitForSelector('.settings');
14 | const settings = page.locator('.settings');
15 | await expect(settings).not.toBeEmpty();
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminsettings.spec.ts:12:20
|
with plugins (20)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
with plugins (20)
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/
|
with plugins (20)
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/
|
with plugins (20)
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/
|
with plugins (22)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
with plugins (22)
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/
|
with plugins (22)
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/
|
with plugins (22)
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/
|
with plugins (24)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
with plugins (24)
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/
|
with plugins (24)
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/
|
with plugins (24)
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/
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:18:9 › Plugins page › Searches for a plugin
35 passed (2.9m)
|
🎭 Playwright Run Summary
36 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/frontend-new/admin-spec/adminsettings.spec.ts:11:9 › admin settings › Are Settings visible, populated, does save work
35 passed (2.5m)
|