We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fffc1d commit 06ceb88Copy full SHA for 06ceb88
1 file changed
appium/tests/specs/12_activity.spec.ts
@@ -45,7 +45,7 @@ describe('Live Activities', () => {
45
const button = await scrollToEl(buttonId);
46
await button.waitForEnabled({ timeout: 15_000 });
47
await button.click();
48
- await driver.pause(3000);
+ await driver.pause(4000);
49
};
50
51
await clickLiveActivityButton('start_live_activity_button');
0 commit comments