Fixed bootstrap. #4797
Annotations
10 errors, 4 warnings, and 1 notice
src/tests/frontend-new/helper/padHelper.ts#L119
1) [firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS1cff5178-3917-4368-92eb-575c896cb974", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
1) [firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS9774da0c-360a-4241-b1ee-9cdccf5aa01c", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
1) [firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS89f5afa4-883a-4861-9b4e-e99778c5e358", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
2) [firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS44b58722-f5fe-430b-94c4-7dda6f6bc765", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
2) [firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS08bc1d29-498b-462f-bd7c-50b1aa5e46e2", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
2) [firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS5a6b5b17-ddc5-4345-9579-594183f5fe3a", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
3) [firefox] › specs/bold.spec.ts:30:9 › bold button › makes text bold on keypress ───────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS9e5db13a-b69c-460b-adc8-2f4e55c2be7f", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
3) [firefox] › specs/bold.spec.ts:30:9 › bold button › makes text bold on keypress ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS8e36b0f0-75d4-4566-b8fd-e6acf0a86efc", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
3) [firefox] › specs/bold.spec.ts:30:9 › bold button › makes text bold on keypress ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTSe1771d72-286d-4ba3-9adb-3ec083935fe9", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:21
|
src/tests/frontend-new/helper/padHelper.ts#L119
4) [firefox] › specs/change_user_color.spec.ts:10:9 › change user color › Color picker matches original color and remembers the user color after a refresh
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:9001/p/FRONTEND_TESTS9ee4903a-7f7f-4257-9fbf-6ec734bdd4c6", waiting until "load"
at helper/padHelper.ts:119
117 | // create a new pad before each test run
118 | const padId = "FRONTEND_TESTS"+randomUUID();
> 119 | await page.goto('http://localhost:9001/p/'+padId);
| ^
120 | await page.waitForSelector('iframe[name="ace_outer"]');
121 | return padId;
122 | }
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:119:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/change_user_color.spec.ts:5:21
|
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/
|
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/
|
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/
|
|
92 failed
[firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
[firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ───────────────────
[firefox] › specs/bold.spec.ts:30:9 › bold button › makes text bold on keypress ────────────────
[firefox] › specs/change_user_color.spec.ts:10:9 › change user color › Color picker matches original color and remembers the user color after a refresh
[firefox] › specs/change_user_color.spec.ts:59:9 › change user color › Own user color is shown when you enter a chat
[firefox] › specs/change_user_name.spec.ts:11:5 › Remembers the username after a refresh ───────
[firefox] › specs/change_user_name.spec.ts:23:5 › Own user name is shown when you enter a chat ─
[firefox] › specs/chat.spec.ts:22:5 › opens chat, sends a message, makes sure it exists on the page and hides chat
[firefox] › specs/chat.spec.ts:40:5 › makes sure that an empty message can't be sent ───────────
[firefox] › specs/chat.spec.ts:62:5 › makes chat stick to right side of the screen via settings, remove sticky via settings, close it
[firefox] › specs/chat.spec.ts:78:5 › makes chat stick to right side of the screen via icon on the top right, remove sticky via icon, close it
[firefox] › specs/chat.spec.ts:96:5 › Checks showChat=false URL Parameter hides chat then when removed it shows chat
[firefox] › specs/clear_authorship_color.spec.ts:17:5 › clear authorship color ─────────────────
[firefox] › specs/clear_authorship_color.spec.ts:41:5 › makes text clear authorship colors and checks it can't be undone
[firefox] › specs/clear_authorship_color.spec.ts:71:5 › clears authorship when first line has line attributes
[firefox] › specs/collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
[firefox] › specs/delete.spec.ts:10:5 › delete keystroke ───────────────────────────────────────
[firefox] › specs/embed_value.spec.ts:66:17 › embed links › read and write › the share link is the actual pad url
[firefox] › specs/embed_value.spec.ts:78:13 › embed links › read and write › is an iframe with the correct url parameters and correct size
[firefox] › specs/embed_value.spec.ts:97:17 › embed links › when read only option is set › the share link shows a read only url
[firefox] › 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
[firefox] › specs/enter.spec.ts:11:9 › enter keystroke › creates a new line & puts cursor onto a new line
[firefox] › specs/enter.spec.ts:33:9 › enter keystroke › enter is always visible after event ───
[firefox] › specs/font_type.spec.ts:14:9 › font select › makes text RobotoMono ─────────────────
[firefox] › specs/indentation.spec.ts:9:9 › indentation button › indent text with keypress ─────
[firefox] › specs/indentation.spec.ts:24:9 › indentation button › indent text with button ──────
[firefox] › specs/indentation.spec.ts:33:9 › indentation button › keeps the indent on enter for the new line
[firefox] › specs/indentation.spec.ts:56:9 › indentation button › indents text with spaces on enter if previous line ends with ':', '[', '(', or '{'
[firefox] › specs/indentation.spec.ts:117:9 › indentation button › appends indentation to the indent of previous line if previous line ends with ':', '[', '(', or '{'
[firefox] › specs/indentation.spec.ts:139:9 › indentation button › issue #2772 shows '*' when multiple indented lines receive a style and are outdented
[firefox] › specs/indentation.spec.ts:188:9 › indentation button › makes text indented and outdented
[firefox] › specs/inner_height.spec.ts:12:9 › height regression after ace.js refactoring › clientHeight should equal scrollHeight with few lines
[firefox] › specs/inner_height.spec.ts:30:9 › height regression after ace.js refactoring › client height should be less than scrollHeight with many
|
This job failed
Loading