Localisation updates from https://translatewiki.net. #5
test-and-release.yml
on: push
backend
/
with Plugins
5s
frontend
/
test-frontend
3m 35s
release
/
publish-npm
Annotations
2 errors, 2 warnings, and 1 notice
backend / with Plugins
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
[chromium] › tests/frontend-new/specs/unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress:
src/tests/frontend-new/specs/unordered_list.spec.ts#L87
1) [chromium] › tests/frontend-new/specs/unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress
Error: locator.selectText: Element is not attached to the DOM
Call log:
- attempting selectText action
- waiting for element to be visible
85 |
86 | // select this text element
> 87 | await $firstTextElement.selectText();
| ^
88 |
89 | const $insertunorderedlistButton = page.locator('.buttonicon-insertunorderedlist');
90 | await $insertunorderedlistButton.click();
at /home/runner/work/ep_desktop_notifications/ep_desktop_notifications/src/tests/frontend-new/specs/unordered_list.spec.ts:87:37
|
frontend / test-frontend
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/
|
frontend / test-frontend
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
[chromium] › tests/frontend-new/specs/unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress
92 passed (38.4s)
|