Bump @types/node from 20.12.5 to 20.14.4 #18
test-and-release.yml
on: push
backend
/
with Plugins
1m 29s
frontend
/
test-frontend
3m 9s
release
/
publish-npm
Annotations
10 errors, 6 warnings, and 1 notice
[chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/specs/alphabet.spec.ts#L1
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Test timeout of 90000ms exceeded.
|
[chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/specs/alphabet.spec.ts#L24
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Error: locator.innerText: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('#innerdocbody').locator('div')
22 |
23 | await page.keyboard.type(expectedString);
> 24 | const text = await innerFrame.locator('div').innerText();
| ^
25 | expect(text).toBe(expectedString);
26 | });
27 | });
at /home/runner/work/ep_markdown/ep_markdown/src/tests/frontend-new/specs/alphabet.spec.ts:24:54
|
[chromium] › specs/change_user_name.spec.ts:11:5 › Remembers the username after a refresh:
src/tests/frontend-new/specs/change_user_name.spec.ts#L1
2) [chromium] › specs/change_user_name.spec.ts:11:5 › Remembers the username after a refresh ─────
Test timeout of 90000ms exceeded.
|
[chromium] › specs/change_user_name.spec.ts:11:5 › Remembers the username after a refresh:
src/tests/frontend-new/helper/padHelper.ts#L24
2) [chromium] › specs/change_user_name.spec.ts:11:5 › Remembers the username after a refresh ─────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('[class="popup popup-show"]') to be visible
at helper/padHelper.ts:24
22 |
23 | export const setUserName = async (page: Page, userName: string) => {
> 24 | await page.waitForSelector('[class="popup popup-show"]')
| ^
25 | await page.click("input[data-l10n-id='pad.userlist.entername']");
26 | await page.keyboard.type(userName);
27 | }
at setUserName (/home/runner/work/ep_markdown/ep_markdown/src/tests/frontend-new/helper/padHelper.ts:24:16)
at /home/runner/work/ep_markdown/ep_markdown/src/tests/frontend-new/specs/change_user_name.spec.ts:13:22
|
[chromium] › specs/change_user_name.spec.ts:23:5 › Own user name is shown when you enter a chat:
src/tests/frontend-new/specs/change_user_name.spec.ts#L1
3) [chromium] › specs/change_user_name.spec.ts:23:5 › Own user name is shown when you enter a chat
Test timeout of 90000ms exceeded.
|
[chromium] › specs/change_user_name.spec.ts:23:5 › Own user name is shown when you enter a chat:
src/tests/frontend-new/helper/padHelper.ts#L20
3) [chromium] › specs/change_user_name.spec.ts:23:5 › Own user name is shown when you enter a chat
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('button[data-l10n-id=\'pad.toolbar.showusers.title\']')
- locator resolved to <button title="Show the users on this pad" aria-label="S…></button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcontainerbox">…</div> subtree intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="popup-content">…</div> from <div class="flex-layout" id="editorcon
|
[chromium] › specs/clear_authorship_color.spec.ts:41:5 › makes text clear authorship colors and checks it can't be undone:
src/tests/frontend-new/helper/padHelper.ts#L10
4) [chromium] › specs/clear_authorship_color.spec.ts:41:5 › makes text clear authorship colors and checks it can't be undone
TypeError: Cannot read properties of null (reading 'locator')
at helper/padHelper.ts:10
8 |
9 | export const getPadBody = async (page: Page): Promise<Locator> => {
> 10 | return page.frame('ace_inner')!.locator('#innerdocbody')
| ^
11 | }
12 |
13 | export const selectAllText = async (page: Page) => {
at getPadBody (/home/runner/work/ep_markdown/ep_markdown/src/tests/frontend-new/helper/padHelper.ts:10:35)
at /home/runner/work/ep_markdown/ep_markdown/src/tests/frontend-new/specs/clear_authorship_color.spec.ts:42:39
|
[chromium] › specs/embed_value.spec.ts:114:17 › embed links › when read only option is set › the embed as iframe code is an iframe with the correct url parameters and correct size:
src/tests/frontend-new/specs/embed_value.spec.ts#L1
5) [chromium] › specs/embed_value.spec.ts:114:17 › embed links › when read only option is set › the embed as iframe code is an iframe with the correct url parameters and correct size
Test timeout of 90000ms exceeded.
|
[chromium] › specs/embed_value.spec.ts:114:17 › embed links › when read only option is set › the embed as iframe code is an iframe with the correct url parameters and correct size:
src/tests/frontend-new/specs/embed_value.spec.ts#L127
5) [chromium] › specs/embed_value.spec.ts:114:17 › embed links › when read only option is set › the embed as iframe code is an iframe with the correct url parameters and correct size
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('#readonlyinput:checked') to be visible
125 | })
126 |
> 127 | await page.waitForSelector('#readonlyinput:checked')
| ^
128 |
129 |
130 | // get the link of the share field + the actual pad url and compare them
at /home/runner/work/ep_markdown/ep_markdown/src/tests/frontend-new/specs/embed_value.spec.ts:127:28
|
[chromium] › specs/indentation.spec.ts:33:9 › indentation button › keeps the indent on enter for the new line:
src/tests/frontend-new/specs/indentation.spec.ts#L52
6) [chromium] › specs/indentation.spec.ts:33:9 › indentation button › keeps the indent on enter for the new line
Error: Timed out 20000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#innerdocbody').locator('div span').nth(1)
Expected string: "line 2"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 20000ms
- waiting for locator('#innerdocbody').locator('div span').nth(1)
50 |
51 | await expect(hasULElement).toHaveCount(3);
> 52 | await expect($newSecondLine).toHaveText('line 2');
| ^
53 | });
54 |
55 |
at /home/runner/work/ep_markdown/ep_markdown/src/tests/frontend-new/specs/indentation.spec.ts:52:38
|
backend / with Plugins
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
backend / with Plugins
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
src/[chromium] › specs/collab_client.spec.ts#L1
src/[chromium] › specs/collab_client.spec.ts took 36.8s
|
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
6 flaky
[chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
[chromium] › specs/change_user_name.spec.ts:11:5 › Remembers the username after a refresh ──────
[chromium] › specs/change_user_name.spec.ts:23:5 › Own user name is shown when you enter a chat
[chromium] › specs/clear_authorship_color.spec.ts:41:5 › makes text clear authorship colors and checks it can't be undone
[chromium] › specs/embed_value.spec.ts:114:17 › embed links › when read only option is set › the embed as iframe code is an iframe with the correct url parameters and correct size
[chromium] › specs/indentation.spec.ts:33:9 › indentation button › keeps the indent on enter for the new line
86 passed (1.9m)
|