(udid)
| 758 | } |
| 759 | |
| 760 | async function withSettingsPane(udid) { |
| 761 | await withSettingsRoot(udid); |
| 762 | run( |
| 763 | simdeckBin, |
| 764 | [ |
| 765 | "tap", |
| 766 | "--id", |
| 767 | screenTimeId, |
| 768 | "--expect-id", |
| 769 | backButtonId, |
| 770 | "--expect-timeout-ms", |
| 771 | "5000", |
| 772 | ], |
| 773 | { timeoutMs: 10000, allowFailure: true }, |
| 774 | ); |
| 775 | } |
| 776 | |
| 777 | async function withAgentDeviceSettingsRoot(udid) { |
| 778 | run( |
no test coverage detected