Skip to content

chore: upgrade actions and deps. (#123) #137

chore: upgrade actions and deps. (#123)

chore: upgrade actions and deps. (#123) #137

Triggered via push May 2, 2026 22:50
Status Success
Total duration 11m 40s
Artifacts

playwright.yml

on: push
Matrix: e2e
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 notices
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths: playwright/helpers/app-test-helpers.ts#L553
2) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths Error: expect(locator).toHaveValue(expected) failed Locator: getByLabel('Pull request repository') Expected: "knightedcodemonkey/develop" Received: "" Timeout: 90000ms Call log: - Expect "toHaveValue" with timeout 90000ms - waiting for getByLabel('Pull request repository') 93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select> - unexpected value "" at helpers/app-test-helpers.ts:553 551 | 552 | const repoSelect = page.getByLabel('Pull request repository') > 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop') | ^ 554 | await expect(repoSelect).toBeDisabled() 555 | 556 | await expect( at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28) at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:170:3
[chromium] › playwright/github-byot-ai.spec.ts:181:1 › AI chat drawer opens and closes: playwright/helpers/app-test-helpers.ts#L553
1) [chromium] › playwright/github-byot-ai.spec.ts:181:1 › AI chat drawer opens and closes ──────── Error: expect(locator).toHaveValue(expected) failed Locator: getByLabel('Pull request repository') Expected: "knightedcodemonkey/develop" Received: "" Timeout: 90000ms Call log: - Expect "toHaveValue" with timeout 90000ms - waiting for getByLabel('Pull request repository') 93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select> - unexpected value "" at helpers/app-test-helpers.ts:553 551 | 552 | const repoSelect = page.getByLabel('Pull request repository') > 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop') | ^ 554 | await expect(repoSelect).toBeDisabled() 555 | 556 | await expect( at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28) at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:183:3
[webkit] › playwright/github-byot-ai.spec.ts:853:1 › AI chat falls back to non-streaming response when streaming fails: playwright/helpers/app-test-helpers.ts#L553
3) [webkit] › playwright/github-byot-ai.spec.ts:853:1 › AI chat falls back to non-streaming response when streaming fails Error: expect(locator).toHaveValue(expected) failed Locator: getByLabel('Pull request repository') Expected: "knightedcodemonkey/develop" Received: "" Timeout: 90000ms Call log: - Expect "toHaveValue" with timeout 90000ms - waiting for getByLabel('Pull request repository') 93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select> - unexpected value "" at helpers/app-test-helpers.ts:553 551 | 552 | const repoSelect = page.getByLabel('Pull request repository') > 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop') | ^ 554 | await expect(repoSelect).toBeDisabled() 555 | 556 | await expect( at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28) at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:898:3
[webkit] › playwright/github-byot-ai.spec.ts:633:1 › AI chat renders a single apply action for multiple targets resolving to the same tab: playwright/helpers/app-test-helpers.ts#L553
2) [webkit] › playwright/github-byot-ai.spec.ts:633:1 › AI chat renders a single apply action for multiple targets resolving to the same tab Error: expect(locator).toHaveValue(expected) failed Locator: getByLabel('Pull request repository') Expected: "knightedcodemonkey/develop" Received: "" Timeout: 90000ms Call log: - Expect "toHaveValue" with timeout 90000ms - waiting for getByLabel('Pull request repository') 93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select> - unexpected value "" at helpers/app-test-helpers.ts:553 551 | 552 | const repoSelect = page.getByLabel('Pull request repository') > 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop') | ^ 554 | await expect(repoSelect).toBeDisabled() 555 | 556 | await expect( at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28) at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:689:3
[webkit] › playwright/github-byot-ai.spec.ts:346:1 › AI chat proposals can be confirmed: playwright/helpers/app-test-helpers.ts#L553
1) [webkit] › playwright/github-byot-ai.spec.ts:346:1 › AI chat proposals can be confirmed, applied, and undone per active tab Error: expect(locator).toHaveValue(expected) failed Locator: getByLabel('Pull request repository') Expected: "knightedcodemonkey/develop" Received: "" Timeout: 90000ms Call log: - Expect "toHaveValue" with timeout 90000ms - waiting for getByLabel('Pull request repository') 93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select> - unexpected value "" at helpers/app-test-helpers.ts:553 551 | 552 | const repoSelect = page.getByLabel('Pull request repository') > 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop') | ^ 554 | await expect(repoSelect).toBeDisabled() 555 | 556 | await expect( at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28) at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:404:3
[webkit] › playwright/rendering-modes/core.spec.ts:549:1 › jsx syntax errors affect status but not diagnostics toggle severity: playwright/helpers/app-test-helpers.ts#L77
3) [webkit] › playwright/rendering-modes/core.spec.ts:549:1 › jsx syntax errors affect status but not diagnostics toggle severity Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false Call Log: - Timeout 90000ms exceeded while waiting on the predicate at helpers/app-test-helpers.ts:77 75 | await navigateToApp(page, path) 76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible() > 77 | await expect | ^ 78 | .poll(async () => { 79 | const statusText = ( 80 | await page.getByRole('status', { name: 'App status' }).textContent() at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3) at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:141:3) at /home/runner/work/develop/develop/playwright/rendering-modes/core.spec.ts:552:3
[webkit] › playwright/rendering-modes/core.spec.ts:275:1 › preview styles require explicit import from entry graph: playwright/helpers/app-test-helpers.ts#L62
2) [webkit] › playwright/rendering-modes/core.spec.ts:275:1 › preview styles require explicit import from entry graph Error: page.goto: Target page, context or browser has been closed at helpers/app-test-helpers.ts:62 60 | 61 | try { > 62 | await page.goto(path, { waitUntil: 'domcontentloaded' }) | ^ 63 | return 64 | } catch (error) { 65 | if (attempt >= 3 || !isRetryableGotoError(error)) { at navigateToApp (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:62:18) at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:75:3) at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:141:3) at /home/runner/work/develop/develop/playwright/rendering-modes/core.spec.ts:276:3
[webkit] › playwright/rendering-modes/core.spec.ts:275:1 › preview styles require explicit import from entry graph: playwright/rendering-modes/core.spec.ts#L0
2) [webkit] › playwright/rendering-modes/core.spec.ts:275:1 › preview styles require explicit import from entry graph Test timeout of 120000ms exceeded.
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1182:1 › Removing a non-active workspace reselects the active workspace in Workspaces select: playwright/helpers/app-test-helpers.ts#L77
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1182:1 › Removing a non-active workspace reselects the active workspace in Workspaces select Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false Call Log: - Timeout 90000ms exceeded while waiting on the predicate at helpers/app-test-helpers.ts:77 75 | await navigateToApp(page, path) 76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible() > 77 | await expect | ^ 78 | .poll(async () => { 79 | const statusText = ( 80 | await page.getByRole('status', { name: 'App status' }).textContent() at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3) at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1211:3
🎭 Playwright Run Summary
45 passed (4.8m)
🎭 Playwright Run Summary
1 skipped 44 passed (5.7m)
🎭 Playwright Run Summary
2 flaky [chromium] › playwright/github-byot-ai.spec.ts:181:1 › AI chat drawer opens and closes ───────── [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths 179 passed (7.7m)
🎭 Playwright Run Summary
3 flaky [webkit] › playwright/github-byot-ai.spec.ts:346:1 › AI chat proposals can be confirmed, applied, and undone per active tab [webkit] › playwright/github-byot-ai.spec.ts:633:1 › AI chat renders a single apply action for multiple targets resolving to the same tab [webkit] › playwright/github-byot-ai.spec.ts:853:1 › AI chat falls back to non-streaming response when streaming fails 43 passed (10.5m)
🎭 Playwright Run Summary
3 flaky [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1182:1 › Removing a non-active workspace reselects the active workspace in Workspaces select [webkit] › playwright/rendering-modes/core.spec.ts:275:1 › preview styles require explicit import from entry graph [webkit] › playwright/rendering-modes/core.spec.ts:549:1 › jsx syntax errors affect status but not diagnostics toggle severity 3 skipped 39 passed (10.5m)