Skip to content

Commit 39d8a19

Browse files
committed
chore: finish drag event
1 parent 4fbae90 commit 39d8a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web-integration/tests/ai/bridge/temp.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ vi.setConfig({
88
testTimeout: 260 * 1000,
99
});
1010

11-
describe.skipIf(process.env.CI)('drag event', () => {
11+
describe.skipIf(!process.env.BRIDGE_MODE)('drag event', () => {
1212
it('agent in cli side, current tab', async () => {
1313
const agent = new AgentOverChromeBridge();
1414
await agent.connectCurrentTab();
15-
const answer = await agent.ai('完成滑块拖动');
15+
await agent.ai('Finish dragging the slider');
1616

1717
await agent.destroy();
1818
});

0 commit comments

Comments
 (0)