Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Feb 5, 2025
1 parent 956a439 commit c46dbf3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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 () => {
Expand Down

0 comments on commit c46dbf3

Please sign in to comment.