How can I trigger `onDismissRequest` for an `Alert...
# compose-android
e
How can I trigger
onDismissRequest
for an
AlertDialog
using
ComposeTestRule
? I've tried
performClick
on other nodes, and simulating a back press, but none of those are triggering it.