Would anyone know how to test for the appearance of a Toast message on an Activity?
I\'m using code similar to what the OP posted on this question for testing my pro
I am using it like:
wait_for_text("Notification message to be verified", timeout: 30)
This is an alternate way which partially serves the purpose.