Use mudder to rank form elements and related pub values #2214
on_pr.yml
on: pull_request
ci
/
ci
4m 57s
build-all
/
Emit container tag sha
5s
build-all
/
...
/
Build
2m 46s
build-all
/
...
/
Build
5m 58s
build-all
/
...
/
Build
1m 33s
e2e
/
Integration tests
8m 6s
Annotations
11 errors and 1 notice
e2e / Integration tests
Testing stopped early after 3 maximum allowed failures.
|
[chromium] › api/site.spec.ts:42:1 › token should exist:
core/playwright/api/site.spec.ts#L16
1) [chromium] › api/site.spec.ts:42:1 › token should exist ───────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
14 | let page: Page;
15 |
> 16 | test.beforeAll(async ({ browser }) => {
| ^
17 | page = await browser.newPage();
18 | const loginPage = new LoginPage(page);
19 | await loginPage.goto();
at /home/runner/work/platform/platform/core/playwright/api/site.spec.ts:16:6
|
[chromium] › api/site.spec.ts:42:1 › token should exist:
core/playwright/fixtures/pub-types-page.ts#L70
1) [chromium] › api/site.spec.ts:42:1 › token should exist ───────────────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByRole('heading', { name: 'Submission' }) to be visible
at fixtures/pub-types-page.ts:70
68 |
69 | // check whether the new type is created
> 70 | await this.page.getByRole("heading", { name: name }).waitFor();
| ^
71 | }
72 | }
73 |
at PubTypesPage.addType (/home/runner/work/platform/platform/core/playwright/fixtures/pub-types-page.ts:70:56)
at createCommunity (/home/runner/work/platform/platform/core/playwright/helpers.ts:39:3)
at /home/runner/work/platform/platform/core/playwright/api/site.spec.ts:22:2
|
[chromium] › api/site.spec.ts:42:1 › token should exist:
core/playwright/api/site.spec.ts#L16
1) [chromium] › api/site.spec.ts:42:1 › token should exist ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
14 | let page: Page;
15 |
> 16 | test.beforeAll(async ({ browser }) => {
| ^
17 | page = await browser.newPage();
18 | const loginPage = new LoginPage(page);
19 | await loginPage.goto();
at /home/runner/work/platform/platform/core/playwright/api/site.spec.ts:16:6
|
[chromium] › api/site.spec.ts:42:1 › token should exist:
core/playwright/fixtures/pub-types-page.ts#L70
1) [chromium] › api/site.spec.ts:42:1 › token should exist ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByRole('heading', { name: 'Submission' }) to be visible
at fixtures/pub-types-page.ts:70
68 |
69 | // check whether the new type is created
> 70 | await this.page.getByRole("heading", { name: name }).waitFor();
| ^
71 | }
72 | }
73 |
at PubTypesPage.addType (/home/runner/work/platform/platform/core/playwright/fixtures/pub-types-page.ts:70:56)
at createCommunity (/home/runner/work/platform/platform/core/playwright/helpers.ts:39:3)
at /home/runner/work/platform/platform/core/playwright/api/site.spec.ts:22:2
|
[chromium] › api/site.spec.ts:42:1 › token should exist:
core/playwright/api/site.spec.ts#L16
1) [chromium] › api/site.spec.ts:42:1 › token should exist ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
14 | let page: Page;
15 |
> 16 | test.beforeAll(async ({ browser }) => {
| ^
17 | page = await browser.newPage();
18 | const loginPage = new LoginPage(page);
19 | await loginPage.goto();
at /home/runner/work/platform/platform/core/playwright/api/site.spec.ts:16:6
|
[chromium] › api/site.spec.ts:42:1 › token should exist:
core/playwright/fixtures/pub-types-page.ts#L70
1) [chromium] › api/site.spec.ts:42:1 › token should exist ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByRole('heading', { name: 'Submission' }) to be visible
at fixtures/pub-types-page.ts:70
68 |
69 | // check whether the new type is created
> 70 | await this.page.getByRole("heading", { name: name }).waitFor();
| ^
71 | }
72 | }
73 |
at PubTypesPage.addType (/home/runner/work/platform/platform/core/playwright/fixtures/pub-types-page.ts:70:56)
at createCommunity (/home/runner/work/platform/platform/core/playwright/helpers.ts:39:3)
at /home/runner/work/platform/platform/core/playwright/api/site.spec.ts:22:2
|
[chromium] › email.spec.ts:56:2 › Sending an email to an email address › Admin can configure the email action to send to a static email address:
core/playwright/email.spec.ts#L26
2) [chromium] › email.spec.ts:56:2 › Sending an email to an email address › Admin can configure the email action to send to a static email address
"beforeAll" hook timeout of 30000ms exceeded.
24 | let pubId: PubsId;
25 |
> 26 | test.beforeAll(async ({ browser }) => {
| ^
27 | page = await browser.newPage();
28 |
29 | const loginPage = new LoginPage(page);
at /home/runner/work/platform/platform/core/playwright/email.spec.ts:26:6
|
[chromium] › email.spec.ts:56:2 › Sending an email to an email address › Admin can configure the email action to send to a static email address:
core/playwright/fixtures/pub-types-page.ts#L70
2) [chromium] › email.spec.ts:56:2 › Sending an email to an email address › Admin can configure the email action to send to a static email address
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for getByRole('heading', { name: 'Submission' }) to be visible
at fixtures/pub-types-page.ts:70
68 |
69 | // check whether the new type is created
> 70 | await this.page.getByRole("heading", { name: name }).waitFor();
| ^
71 | }
72 | }
73 |
at PubTypesPage.addType (/home/runner/work/platform/platform/core/playwright/fixtures/pub-types-page.ts:70:56)
at createCommunity (/home/runner/work/platform/platform/core/playwright/helpers.ts:39:3)
at /home/runner/work/platform/platform/core/playwright/email.spec.ts:33:2
|
[chromium] › email.spec.ts:56:2 › Sending an email to an email address › Admin can configure the email action to send to a static email address:
core/playwright/email.spec.ts#L26
2) [chromium] › email.spec.ts:56:2 › Sending an email to an email address › Admin can configure the email action to send to a static email address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
24 | let pubId: PubsId;
25 |
> 26 | test.beforeAll(async ({ browser }) => {
| ^
27 | page = await browser.newPage();
28 |
29 | const loginPage = new LoginPage(page);
at /home/runner/work/platform/platform/core/playwright/email.spec.ts:26:6
|
e2e / Integration tests
Process completed with exit code 15.
|
🎭 Playwright Run Summary
3 failed
[chromium] › api/site.spec.ts:42:1 › token should exist ────────────────────────────────────────
[chromium] › email.spec.ts:56:2 › Sending an email to an email address › Admin can configure the email action to send to a static email address
[chromium] › externalFormCreatePub.spec.ts:69:1 › Can create a pub from an external form ───────
51 did not run
1 passed (4.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-snapshots
|
8.77 MB |
|