Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/computer/tests/ai/chrome-extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ describe('chrome extension smoke test', () => {
// ── 4. Run aiAct Task ─────────────────────────────────────────────────

it('playground: run aiAct to add a todo item', async () => {
await agent.aiAct(`Click the "Action" button in ${SIDE_PANEL}`);
await sleep(500);

await agent.aiAct(
`In ${SIDE_PANEL}, click the text input area and type: Enter "Learn JS today" in the task box, then press Enter`,
);
Expand Down
Loading