From c46dbf39802bee1a5aeaca8c78fc59e7d5087a78 Mon Sep 17 00:00:00 2001 From: yutao Date: Wed, 5 Feb 2025 14:20:01 +0800 Subject: [PATCH] fix: CI --- .../web-integration/tests/ai/web/puppeteer/showcase.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web-integration/tests/ai/web/puppeteer/showcase.test.ts b/packages/web-integration/tests/ai/web/puppeteer/showcase.test.ts index 47203e94f..6a31a7375 100644 --- a/packages/web-integration/tests/ai/web/puppeteer/showcase.test.ts +++ b/packages/web-integration/tests/ai/web/puppeteer/showcase.test.ts @@ -133,7 +133,7 @@ describe( trackingActiveTab: false, }); await mid.aiAction('Tap hao123 in the navigation bar'); - await sleep(3000); + await sleep(6000); expect(async () => { await mid.aiAssert('There is a weather forecast in the page'); @@ -147,8 +147,8 @@ describe( trackingActiveTab: true, }); await mid.aiAction('Tap hao123 in the navigation bar'); - await sleep(3000); - await mid.aiAssert('There is a weather forecast in the page'); + + await mid.aiWaitFor('There is a weather forecast in the page'); }); it.skip('Playground', async () => {