Polish chat input UX (#388)

This commit is contained in:
Will Chen
2025-06-11 14:39:55 -07:00
committed by GitHub
parent c1aa6803ce
commit b044acb61f
6 changed files with 110 additions and 66 deletions

View File

@@ -132,10 +132,7 @@ export class PageObject {
}
async openContextFilesPicker() {
const contextButton = this.page.getByRole("button", {
name: "Context",
exact: true,
});
const contextButton = this.page.getByTestId("codebase-context-button");
await contextButton.click();
return new ContextFilesPickerDialog(this.page, async () => {
await contextButton.click();