Skip to content

Commit

Permalink
workflow(ci): optimize ai test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Jan 27, 2025
1 parent 54dd851 commit 70f7681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test.beforeEach(async ({ page }) => {
});

test('ai online order', async ({ ai, page, aiQuery }) => {
await ai('点击左上角语言切换按钮(英文、中文),在弹出的下拉列表中点击中文');
await ai('点击顶部语言切换按钮(英文、中文),在弹出的下拉列表中点击中文');
await ai('向下滚动一屏');
await ai('点击多肉葡萄的规格按钮');
await ai('点击不使用吸管、点击冰沙推荐、点击正常冰推荐');
Expand Down

0 comments on commit 70f7681

Please sign in to comment.