Converted more tests. #4933
frontend-tests.yml
on: push
Playwright Chrome
1h 29m
Playwright Firefox
1h 28m
Playwright Webkit
1h 29m
Annotations
30 errors, 12 warnings, and 3 notices
[firefox] › 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#L4
1) [firefox] › 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 while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/helper/padHelper.ts#L120
1) [firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[firefox] › 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#L4
1) [firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/helper/padHelper.ts#L120
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.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[firefox] › 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#L4
1) [firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[firefox] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/helper/padHelper.ts#L120
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.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/specs/bold.spec.ts#L6
2) [firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
4 | import exp from "node:constants";
5 |
> 6 | test.beforeEach(async ({ page })=>{
| ^
7 | await goToNewPad(page);
8 | })
9 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:6:6
|
[firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/helper/padHelper.ts#L120
2) [firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:5
|
[firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/specs/bold.spec.ts#L6
2) [firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
4 | import exp from "node:constants";
5 |
> 6 | test.beforeEach(async ({ page })=>{
| ^
7 | await goToNewPad(page);
8 | })
9 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:6:6
|
[firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/helper/padHelper.ts#L120
2) [firefox] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:5
|
[webkit] › 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#L4
1) [webkit] › 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 while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/helper/padHelper.ts#L120
1) [webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[webkit] › 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#L4
1) [webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/helper/padHelper.ts#L120
1) [webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[webkit] › 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#L4
1) [webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/helper/padHelper.ts#L120
1) [webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/specs/bold.spec.ts#L6
2) [webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ───────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
4 | import exp from "node:constants";
5 |
> 6 | test.beforeEach(async ({ page })=>{
| ^
7 | await goToNewPad(page);
8 | })
9 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:6:6
|
[webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/helper/padHelper.ts#L120
2) [webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ───────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:5
|
[webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/specs/bold.spec.ts#L6
2) [webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
4 | import exp from "node:constants";
5 |
> 6 | test.beforeEach(async ({ page })=>{
| ^
7 | await goToNewPad(page);
8 | })
9 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:6:6
|
[webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/helper/padHelper.ts#L120
2) [webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:5
|
[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#L4
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 while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[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/helper/padHelper.ts#L120
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[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#L4
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[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/helper/padHelper.ts#L120
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[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#L4
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[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/helper/padHelper.ts#L120
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/alphabet.spec.ts:6:5
|
[chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/specs/bold.spec.ts#L6
2) [chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ─────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
4 | import exp from "node:constants";
5 |
> 6 | test.beforeEach(async ({ page })=>{
| ^
7 | await goToNewPad(page);
8 | })
9 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:6:6
|
[chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/helper/padHelper.ts#L120
2) [chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ─────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:5
|
[chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/specs/bold.spec.ts#L6
2) [chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
4 | import exp from "node:constants";
5 |
> 6 | test.beforeEach(async ({ page })=>{
| ^
7 | await goToNewPad(page);
8 | })
9 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:6:6
|
[chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click:
src/tests/frontend-new/helper/padHelper.ts#L120
2) [chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
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 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/bold.spec.ts:7:5
|
Playwright Firefox
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 Firefox
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 Firefox
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 Firefox
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Playwright Webkit
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 Webkit
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Playwright Webkit
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 Webkit
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 Chrome
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 Chrome
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 Chrome
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 Chrome
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
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
|
🎭 Playwright Run Summary
92 failed
[webkit] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
[webkit] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ────────────────────
[webkit] › specs/bold.spec.ts:30:9 › bold button › makes text bold on keypress ─────────────────
[webkit] › specs/change_user_color.spec.ts:10:9 › change user color › Color picker matches original color and remembers the user color after a refresh
[webkit] › specs/change_user_color.spec.ts:59:9 › change user color › Own user color is shown when you enter a chat
[webkit] › specs/change_user_name.spec.ts:11:5 › Remembers the username after a refresh ────────
[webkit] › specs/change_user_name.spec.ts:23:5 › Own user name is shown when you enter a chat ──
[webkit] › specs/chat.spec.ts:22:5 › opens chat, sends a message, makes sure it exists on the page and hides chat
[webkit] › specs/chat.spec.ts:40:5 › makes sure that an empty message can't be sent ────────────
[webkit] › specs/chat.spec.ts:62:5 › makes chat stick to right side of the screen via settings, remove sticky via settings, close it
[webkit] › 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
[webkit] › specs/chat.spec.ts:96:5 › Checks showChat=false URL Parameter hides chat then when removed it shows chat
[webkit] › specs/clear_authorship_color.spec.ts:17:5 › clear authorship color ──────────────────
[webkit] › specs/clear_authorship_color.spec.ts:41:5 › makes text clear authorship colors and checks it can't be undone
[webkit] › specs/clear_authorship_color.spec.ts:71:5 › clears authorship when first line has line attributes
[webkit] › specs/collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
[webkit] › specs/delete.spec.ts:10:5 › delete keystroke ────────────────────────────────────────
[webkit] › specs/embed_value.spec.ts:66:17 › embed links › read and write › the share link is the actual pad url
[webkit] › specs/embed_value.spec.ts:78:13 › embed links › read and write › is an iframe with the correct url parameters and correct size
[webkit] › specs/embed_value.spec.ts:97:17 › embed links › when read only option is set › the share link shows a read only url
[webkit] › 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
[webkit] › specs/enter.spec.ts:11:9 › enter keystroke › creates a new line & puts cursor onto a new line
[webkit] › specs/enter.spec.ts:33:9 › enter keystroke › enter is always visible after event ────
[webkit] › specs/font_type.spec.ts:14:9 › font select › makes text RobotoMono ──────────────────
[webkit] › specs/indentation.spec.ts:9:9 › indentation button › indent text with keypress ──────
[webkit] › specs/indentation.spec.ts:24:9 › indentation button › indent text with button ───────
[webkit] › specs/indentation.spec.ts:33:9 › indentation button › keeps the indent on enter for the new line
[webkit] › specs/indentation.spec.ts:56:9 › indentation button › indents text with spaces on enter if previous line ends with ':', '[', '(', or '{'
[webkit] › specs/indentation.spec.ts:117:9 › indentation button › appends indentation to the indent of previous line if previous line ends with ':', '[', '(', or '{'
[webkit] › specs/indentation.spec.ts:139:9 › indentation button › issue #2772 shows '*' when multiple indented lines receive a style and are outdented
[webkit] › specs/indentation.spec.ts:188:9 › indentation button › makes text indented and outdented
[webkit] › specs/inner_height.spec.ts:12:9 › height regression after ace.js refactoring › clientHeight should equal scrollHeight with few lines
[webkit] › specs/inner_height.spec.ts:30:9 › height regression after ace.js refactoring › client height should be less than scrollHeight with many lines
[webkit] ›
|
🎭 Playwright Run Summary
92 failed
[chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
[chromium] › specs/bold.spec.ts:12:9 › bold button › makes text bold on click ──────────────────
[chromium] › specs/bold.spec.ts:30:9 › bold button › makes text bold on keypress ───────────────
[chromium] › specs/change_user_color.spec.ts:10:9 › change user color › Color picker matches original color and remembers the user color after a refresh
[chromium] › specs/change_user_color.spec.ts:59:9 › change user color › Own user color is shown when you enter a chat
[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/chat.spec.ts:22:5 › opens chat, sends a message, makes sure it exists on the page and hides chat
[chromium] › specs/chat.spec.ts:40:5 › makes sure that an empty message can't be sent ──────────
[chromium] › specs/chat.spec.ts:62:5 › makes chat stick to right side of the screen via settings, remove sticky via settings, close it
[chromium] › 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
[chromium] › specs/chat.spec.ts:96:5 › Checks showChat=false URL Parameter hides chat then when removed it shows chat
[chromium] › specs/clear_authorship_color.spec.ts:17:5 › clear authorship color ────────────────
[chromium] › specs/clear_authorship_color.spec.ts:41:5 › makes text clear authorship colors and checks it can't be undone
[chromium] › specs/clear_authorship_color.spec.ts:71:5 › clears authorship when first line has line attributes
[chromium] › specs/collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
[chromium] › specs/delete.spec.ts:10:5 › delete keystroke ──────────────────────────────────────
[chromium] › specs/embed_value.spec.ts:66:17 › embed links › read and write › the share link is the actual pad url
[chromium] › specs/embed_value.spec.ts:78:13 › embed links › read and write › is an iframe with the correct url parameters and correct size
[chromium] › specs/embed_value.spec.ts:97:17 › embed links › when read only option is set › the share link shows a read only url
[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/enter.spec.ts:11:9 › enter keystroke › creates a new line & puts cursor onto a new line
[chromium] › specs/enter.spec.ts:33:9 › enter keystroke › enter is always visible after event ──
[chromium] › specs/font_type.spec.ts:14:9 › font select › makes text RobotoMono ────────────────
[chromium] › specs/indentation.spec.ts:9:9 › indentation button › indent text with keypress ────
[chromium] › specs/indentation.spec.ts:24:9 › indentation button › indent text with button ─────
[chromium] › specs/indentation.spec.ts:33:9 › indentation button › keeps the indent on enter for the new line
[chromium] › specs/indentation.spec.ts:56:9 › indentation button › indents text with spaces on enter if previous line ends with ':', '[', '(', or '{'
[chromium] › specs/indentation.spec.ts:117:9 › indentation button › appends indentation to the indent of previous line if previous line ends with ':', '[', '(', or '{'
[chromium] › specs/indentation.spec.ts:139:9 › indentation button › issue #2772 shows '*' when multiple indented lines receive a style and are outdented
[chromium] › specs/indentation.spec.ts:188:9 › indentation button › makes text indented and outdented
[chromium] › specs/inner_height.spec.ts:12:9 › height regression after ace.js refactoring › clientHeight should equal scrollHeight with few lines
[chromium] › specs/inner_height.spec.ts:30:9 › height regression after ace.js refactoring › client height should be less than
|