Skip to content

feat: workspaces without pat. (#129) #146

feat: workspaces without pat. (#129)

feat: workspaces without pat. (#129) #146

Triggered via push May 3, 2026 20:11
Status Success
Total duration 9m 39s
Artifacts

playwright.yml

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

Annotations

4 errors and 5 notices
[webkit] › playwright/workspace-tabs.spec.ts:492:1 › removed default styles tab stays removed after reload: playwright/workspace-tabs.spec.ts#L504
1) [webkit] › playwright/workspace-tabs.spec.ts:492:1 › removed default styles tab stays removed after reload Error: expect(locator).toHaveCount(expected) failed Locator: getByRole('button', { name: 'Open tab app.css' }) Expected: 0 Received: 1 Timeout: 90000ms Call log: - Expect "toHaveCount" with timeout 90000ms - waiting for getByRole('button', { name: 'Open tab app.css' }) 93 × locator resolved to 1 element - unexpected value "1" 502 | await waitForAppReady(page) 503 | > 504 | await expect(page.getByRole('button', { name: 'Open tab app.css' })).toHaveCount(0) | ^ 505 | }) 506 | 507 | test('workspace tab drag reorder persists across reload', async ({ page }) => { at /home/runner/work/develop/develop/playwright/workspace-tabs.spec.ts:504:72
[webkit] › playwright/github-byot-ai.spec.ts:974:1 › AI chat sends the currently active tab when context is enabled: playwright/helpers/app-test-helpers.ts#L553
1) [webkit] › playwright/github-byot-ai.spec.ts:974:1 › AI chat sends the currently active tab when context is enabled 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:995:3
[webkit] › playwright/rendering-modes/core.spec.ts:199:1 › css module imports expose class map for module tabs: playwright/helpers/app-test-helpers.ts#L62
1) [webkit] › playwright/rendering-modes/core.spec.ts:199:1 › css module imports expose class map for module tabs 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:200:3
[webkit] › playwright/rendering-modes/core.spec.ts:199:1 › css module imports expose class map for module tabs: playwright/rendering-modes/core.spec.ts#L0
1) [webkit] › playwright/rendering-modes/core.spec.ts:199:1 › css module imports expose class map for module tabs Test timeout of 120000ms exceeded.
🎭 Playwright Run Summary
1 skipped 46 passed (6.0m)
🎭 Playwright Run Summary
1 flaky [webkit] › playwright/workspace-tabs.spec.ts:492:1 › removed default styles tab stays removed after reload 46 passed (6.2m)
🎭 Playwright Run Summary
189 passed (6.7m)
🎭 Playwright Run Summary
1 flaky [webkit] › playwright/github-byot-ai.spec.ts:974:1 › AI chat sends the currently active tab when context is enabled 47 passed (7.3m)
🎭 Playwright Run Summary
1 flaky [webkit] › playwright/rendering-modes/core.spec.ts:199:1 › css module imports expose class map for module tabs 3 skipped 43 passed (8.4m)