()
| 1377 | } |
| 1378 | |
| 1379 | function describeUiVerificationArgs() { |
| 1380 | const args = [ |
| 1381 | "describe", |
| 1382 | simulatorUDID, |
| 1383 | "--source", |
| 1384 | "native-ax", |
| 1385 | "--format", |
| 1386 | "agent", |
| 1387 | "--max-depth", |
| 1388 | "2", |
| 1389 | ]; |
| 1390 | return args; |
| 1391 | } |
| 1392 | |
| 1393 | function openUrlPromptActions(snapshot) { |
| 1394 | const actions = [ |
no outgoing calls
no test coverage detected