feat: simple editor tables #3301
on_pr.yml
on: pull_request
Matrix: ci / ci
build-all
/
Emit container tag sha
5s
build-all
/
...
/
Build
3m 20s
build-all
/
...
/
Build
4m 13s
build-all
/
...
/
Build
2m 49s
path-filter
6s
close-preview
/
preview
Matrix: e2e / Integration tests
deploy-preview
/
preview
4m 6s
close-docs-preview
0s
deploy-docs-preview
/
build-docs
status-check
0s
Annotations
12 errors and 1 notice
|
[chromium] › playwright/pub.spec.ts:208:2 › Creating a pub › Can create and edit a rich text field:
core/playwright/pub.spec.ts#L0
2) [chromium] › playwright/pub.spec.ts:208:2 › Creating a pub › Can create and edit a rich text field
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › playwright/pub.spec.ts:208:2 › Creating a pub › Can create and edit a rich text field:
core/playwright/pub.spec.ts#L231
2) [chromium] › playwright/pub.spec.ts:208:2 › Creating a pub › Can create and edit a rich text field
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Save' })
229 | await page.keyboard.press("Enter");
230 | await page.keyboard.type(actualTitle);
> 231 | await page.getByRole("button", { name: "Save" }).click();
| ^
232 | await expect(page.getByRole("status").filter({ hasText: "New pub created" })).toHaveCount(
233 | 1
234 | );
at /home/runner/work/platform/platform/core/playwright/pub.spec.ts:231:52
|
|
[chromium] › playwright/pub.spec.ts:208:2 › Creating a pub › Can create and edit a rich text field:
core/playwright/pub.spec.ts#L0
2) [chromium] › playwright/pub.spec.ts:208:2 › Creating a pub › Can create and edit a rich text field
Test timeout of 30000ms exceeded.
|
|
[chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field:
core/playwright/externalFormCreatePub.spec.ts#L287
1) [chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Submit' })
285 | await page.keyboard.press("Enter");
286 | await page.keyboard.type(actualTitle);
> 287 | await page.getByRole("button", { name: "Submit" }).click();
| ^
288 | await page.getByText("Form Successfully Submitted", { exact: true }).waitFor();
289 |
290 | // Check the pub page to make sure the values we expect are there
at /home/runner/work/platform/platform/core/playwright/externalFormCreatePub.spec.ts:287:54
|
|
[chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field:
core/playwright/externalFormCreatePub.spec.ts#L0
1) [chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field:
core/playwright/externalFormCreatePub.spec.ts#L287
1) [chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Submit' })
285 | await page.keyboard.press("Enter");
286 | await page.keyboard.type(actualTitle);
> 287 | await page.getByRole("button", { name: "Submit" }).click();
| ^
288 | await page.getByText("Form Successfully Submitted", { exact: true }).waitFor();
289 |
290 | // Check the pub page to make sure the values we expect are there
at /home/runner/work/platform/platform/core/playwright/externalFormCreatePub.spec.ts:287:54
|
|
[chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field:
core/playwright/externalFormCreatePub.spec.ts#L0
1) [chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field:
core/playwright/externalFormCreatePub.spec.ts#L287
1) [chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Submit' })
285 | await page.keyboard.press("Enter");
286 | await page.keyboard.type(actualTitle);
> 287 | await page.getByRole("button", { name: "Submit" }).click();
| ^
288 | await page.getByText("Form Successfully Submitted", { exact: true }).waitFor();
289 |
290 | // Check the pub page to make sure the values we expect are there
at /home/runner/work/platform/platform/core/playwright/externalFormCreatePub.spec.ts:287:54
|
|
[chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field:
core/playwright/externalFormCreatePub.spec.ts#L0
1) [chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field
Test timeout of 30000ms exceeded.
|
|
e2e / Integration tests (core)
core#playwright:test: command (/home/runner/work/platform/platform/core) /home/runner/setup-pnpm/node_modules/.bin/pnpm run playwright:test exited (1)
|
|
e2e / Integration tests (context-editor)
The operation was canceled.
|
|
e2e / Integration tests (context-editor)
The strategy configuration was canceled because "e2e.integration-tests.core" failed
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › playwright/externalFormCreatePub.spec.ts:253:2 › Rich text editor › Can edit a rich text field
[chromium] › playwright/pub.spec.ts:208:2 › Creating a pub › Can create and edit a rich text field
8 skipped
3 did not run
101 passed (4.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-snapshots
Expired
|
13.8 MB |
sha256:9564a285f46954c0e7440fe683b2003e431e23757c9493ffa2b4bb501c9539b9
|
|
|
pubpub~platform~5SAZ96.dockerbuild
Expired
|
57.3 KB |
sha256:181c1bcc2d803c1349a8fc6093343574ae870f317dfbb3577d2fc8abb39bef35
|
|
|
pubpub~platform~BE1W2U.dockerbuild
Expired
|
63.2 KB |
sha256:1d7e85562ff0c0f1461fd2470d66e3ee96900f22ad1e409d81486977fcbd1c49
|
|
|
pubpub~platform~DB87OV.dockerbuild
Expired
|
56.9 KB |
sha256:507e082fc048c1cf44bdb723f78b02e3ece5859f26dcd1148d1158230d785764
|
|