(snapshot)
| 1640 | } |
| 1641 | |
| 1642 | function looksLikeOpenUrlPrompt(snapshot) { |
| 1643 | return ( |
| 1644 | /\bOpen\b/.test(snapshot) && |
| 1645 | /(SimDeckFixture|simdeck-fixture|fixture|integration)/i.test(snapshot) |
| 1646 | ); |
| 1647 | } |
| 1648 | |
| 1649 | function looksLikeKeyboardTipPrompt(snapshot) { |
| 1650 | return ( |
no outgoing calls
no test coverage detected