Skip to content

refactor(data): rename surface→post, part→surface #377

refactor(data): rename surface→post, part→surface

refactor(data): rename surface→post, part→surface #377

Triggered via pull request June 25, 2026 14:16
Status Cancelled
Total duration 2m 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
e2e
Canceling since a higher priority waiting request for CI-refs/pull/135/merge exists
e2e
The operation was canceled.
[chromium] › e2e/viewer.spec.ts:62:1 › a part kind this viewer doesn't know shows a refresh hint: e2e/viewer.spec.ts#L86
1) [chromium] › e2e/viewer.spec.ts:62:1 › a part kind this viewer doesn't know shows a refresh hint, not a broken diff Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.card:not(#whatsNew)').first().locator('.part-unsupported') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.card:not(#whatsNew)').first().locator('.part-unsupported') 84 | 85 | const card = page.locator(".card:not(#whatsNew)").first(); > 86 | await expect(card.locator(".part-unsupported")).toBeVisible(); | ^ 87 | await expect(card.locator(".diff-error")).toHaveCount(0); 88 | }); 89 | at /home/runner/work/sideshow/sideshow/e2e/viewer.spec.ts:86:51
[chromium] › e2e/viewer.spec.ts:62:1 › a part kind this viewer doesn't know shows a refresh hint: e2e/viewer.spec.ts#L86
1) [chromium] › e2e/viewer.spec.ts:62:1 › a part kind this viewer doesn't know shows a refresh hint, not a broken diff Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.card:not(#whatsNew)').first().locator('.part-unsupported') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.card:not(#whatsNew)').first().locator('.part-unsupported') 84 | 85 | const card = page.locator(".card:not(#whatsNew)").first(); > 86 | await expect(card.locator(".part-unsupported")).toBeVisible(); | ^ 87 | await expect(card.locator(".diff-error")).toHaveCount(0); 88 | }); 89 | at /home/runner/work/sideshow/sideshow/e2e/viewer.spec.ts:86:51
CI
Canceling since a higher priority waiting request for CI-refs/pull/135/merge exists