Skip to content

Flaky browser test: create-folder affordances command palette input fails to render #117

Description

@badcuban

The ChatView browser test 'shows create-folder affordances for missing project paths' fails intermittently in CI with:

AssertionError: Command palette input with placeholder "Enter path (e.g. ~/projects/my-app)" did not render.: expected null to be truthy (ChatView.browser.tsx:1469)

Two occurrences on unrelated PRs within hours: run 31134951119 (PR #114, passed on rerun) and run 31143097098 (PR #116). Local runs pass consistently (including three consecutive full runs during PR #115 verification), which points at a timing/race on the slower CI runner, likely around the command palette opening or the add-project submenu mounting.

Cost: every hit blocks a required check until a manual rerun.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions