Bump the dev-dependencies group across 1 directory with 9 updates #5230
Annotations
2 errors, 4 warnings, and 1 notice
Run the frontend tests:
src/tests/frontend-new/specs/indentation.spec.ts#L1
1) [chromium] › specs/indentation.spec.ts:139:9 › indentation button › issue #2772 shows '*' when multiple indented lines receive a style and are outdented
Test timeout of 90000ms exceeded.
|
Run the frontend tests:
src/tests/frontend-new/specs/indentation.spec.ts#L156
1) [chromium] › specs/indentation.spec.ts:139:9 › indentation button › issue #2772 shows '*' when multiple indented lines receive a style and are outdented
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.buttonicon-indent')
- locator resolved to <button title="Indent (TAB)" aria-label="Indent (TAB)" class=" buttonicon buttonicon-indent" data-l10n-id="pad.toolbar.indent.title"></button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="toolbar-overlay"></div> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="toolbar-overlay"></div> intercepts pointer events
- retrying click action
- waiting 100ms
171 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="toolbar-overlay"></div> intercepts pointer events
- retrying click action
- waiting 500ms
154 | // indent first 2 lines
155 | await padBody.locator('div').nth(0).selectText();
> 156 | await page.locator('.buttonicon-indent').click()
| ^
157 |
158 | await padBody.locator('div').nth(1).selectText();
159 | await page.locator('.buttonicon-indent').click()
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/indentation.spec.ts:156:50
|
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/
|
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/
|
Run actions/upload-artifact@v4
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Run the frontend tests
1 flaky
[chromium] › specs/indentation.spec.ts:139:9 › indentation button › issue #2772 shows '*' when multiple indented lines receive a style and are outdented
91 passed (1.8m)
|
Loading