Skip to content

feat: rename active local workspace. #160

feat: rename active local workspace.

feat: rename active local workspace. #160

Triggered via pull request May 6, 2026 18:19
Status Success
Total duration 15m 52s
Artifacts

playwright.yml

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

Annotations

5 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#L415
1) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths Error: expect(locator).toBeVisible() failed Locator: getByRole('complementary', { name: /Open Pull Request|Push Commit/ }) Expected: visible Timeout: 90000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 90000ms - waiting for getByRole('complementary', { name: /Open Pull Request|Push Commit/ }) at helpers/app-test-helpers.ts:415 413 | await expect( 414 | page.getByRole('complementary', { name: /Open Pull Request|Push Commit/ }), > 415 | ).toBeVisible() | ^ 416 | } 417 | 418 | export const ensureWorkspacesDrawerClosed = async (page: Page) => { at ensureOpenPrDrawerOpen (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:415:5) at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:203:3
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:658:1 › Open PR success normalizes trailing newline without showing Edited indicators: playwright/helpers/app-test-helpers.ts#L553
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:658:1 › Open PR success normalizes trailing newline without showing Edited indicators 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:783:3
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot: playwright/helpers/app-test-helpers.ts#L544
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot Error: locator.selectOption: Test timeout of 120000ms exceeded. Call log: - waiting for getByLabel('Stored workspace') - locator resolved to <select id="workspaces-select" aria-label="Stored workspace">…</select> - attempting select option action 2 × waiting for element to be visible and enabled - element is not visible - retrying select option action - waiting 20ms 2 × waiting for element to be visible and enabled - element is not visible - retrying select option action - waiting 100ms 226 × waiting for element to be visible and enabled - element is not visible - retrying select option action - waiting 500ms at helpers/app-test-helpers.ts:544 542 | 543 | if (workspaceValue) { > 544 | await storedWorkspace.selectOption(workspaceValue) | ^ 545 | await page.getByRole('button', { name: 'Open', exact: true }).click() 546 | } 547 | } at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:544:31) at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1073:3
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot: playwright/github-pr-drawer/open-pr-create.spec.ts#L0
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot Test timeout of 120000ms exceeded.
[webkit] › playwright/github-byot-ai.spec.ts:422:1 › Active Local non-PR workspace can be renamed from Workspaces drawer: playwright/github-byot-ai.spec.ts#L469
1) [webkit] › playwright/github-byot-ai.spec.ts:422:1 › Active Local non-PR workspace can be renamed from Workspaces drawer Error: expect(locator).toHaveValue(expected) failed Locator: getByLabel('Stored workspace') Expected: "active_local_workspace_rename_allowed" Received: "ws_5e42749c-0910-4706-a422-1b7da8261298" Timeout: 90000ms Call log: - Expect "toHaveValue" with timeout 90000ms - waiting for getByLabel('Stored workspace') 93 × locator resolved to <select id="workspaces-select" aria-label="Stored workspace">…</select> - unexpected value "ws_5e42749c-0910-4706-a422-1b7da8261298" 467 | await expect(renameButton).toBeVisible() 468 | > 469 | await expect(workspaceSelect).toHaveValue(activeWorkspaceId) | ^ 470 | await expect(renameButton).toBeEnabled() 471 | 472 | page.once('dialog', async dialog => { at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:469:33
🎭 Playwright Run Summary
1 flaky [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths 194 passed (7.7m)
🎭 Playwright Run Summary
48 passed (4.6m)
🎭 Playwright Run Summary
1 flaky [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:658:1 › Open PR success normalizes trailing newline without showing Edited indicators 1 skipped 47 passed (8.1m)
🎭 Playwright Run Summary
1 flaky [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot 3 skipped 45 passed (8.4m)
🎭 Playwright Run Summary
1 flaky [webkit] › playwright/github-byot-ai.spec.ts:422:1 › Active Local non-PR workspace can be renamed from Workspaces drawer 48 passed (7.7m)