Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: improve 'getLatestAlertDialog' error
Previously this resulted in a `NullPointerException` before: ``` java.lang.NullPointerException: null cannot be cast to non-null type androidx.appcompat.app.AlertDialog ``` after: ``` org.opentest4j.AssertionFailedError: A dialog should be displayed ==> expected: not <null> ``` Seen in https://redirect.github.com/ankidroid/Anki-Android/pull/16529
- Loading branch information