Skip to content

Commit 2e8ba7c

Browse files
committed
fix(computer): remove flaky switch-back step from recorder test
The mode switch back to Playground is not core recorder logic and causes intermittent timeout failures.
1 parent 79c55bb commit 2e8ba7c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/computer/tests/ai/chrome-extension-recorder.test.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,5 @@ describe('chrome extension recorder mode tests', () => {
109109
await agent.aiAssert(
110110
`${SIDE_PANEL} shows the recording has stopped - either displaying a timeline of recorded events, or showing "Generating" progress, or showing generated code`,
111111
);
112-
113-
// 5. Switch back to Playground directly via menu
114-
await agent.aiAct(
115-
`In ${SIDE_PANEL}, find and click the hamburger menu icon (three horizontal lines "≡") at the top-left corner`,
116-
);
117-
await sleep(2000);
118-
await agent.aiAct(
119-
'In the dropdown menu that just appeared, click the menu item labeled "Playground"',
120-
);
121-
await sleep(3000);
122-
await agent.aiAssert(
123-
`${SIDE_PANEL} shows Playground UI with action type buttons like "aiAct" and "aiQuery"`,
124-
);
125112
});
126113
});

0 commit comments

Comments
 (0)