mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
test(desktop): select current managed instance
Co-authored-by: Atish Patel <atish@squareup.com> Signed-off-by: Atish Patel <atish@squareup.com>
This commit is contained in:
co-authored by
Atish Patel
parent
6780bcccc2
commit
8dfa2df064
@@ -1865,7 +1865,7 @@ test("an older agent message opens the same persona instance as the Agents libra
|
||||
await page.goto("/");
|
||||
|
||||
await page.getByTestId("open-agents-view").click();
|
||||
await page.getByTestId(`persona-agent-row-${personaId}`).click();
|
||||
await page.getByTestId(`managed-agent-${currentPubkey}`).click();
|
||||
await expect(
|
||||
page.getByTestId("user-profile-agent-primary-action"),
|
||||
).toHaveAttribute("aria-label", "Stop");
|
||||
|
||||
Reference in New Issue
Block a user