Skip to content

Commit 06ceb88

Browse files
sherwinskiclaude
andauthored
test(appium): bump live activity pause to 4000ms (#50)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5fffc1d commit 06ceb88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appium/tests/specs/12_activity.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Live Activities', () => {
4545
const button = await scrollToEl(buttonId);
4646
await button.waitForEnabled({ timeout: 15_000 });
4747
await button.click();
48-
await driver.pause(3000);
48+
await driver.pause(4000);
4949
};
5050

5151
await clickLiveActivityButton('start_live_activity_button');

0 commit comments

Comments
 (0)