testing-samples icon indicating copy to clipboard operation
testing-samples copied to clipboard

How to verify a toast is shown in test case?

Open jlff opened this issue 5 years ago • 1 comments

Any suggestions?

jlff avatar Oct 09 '20 07:10 jlff

onView(withText(R.string.TOAST_STRING)).inRoot(withDecorView(not(is(getActivity().getWindow().getDecorView())))).check(matches(isDisplayed())); some imports will be required to run this.

mohammadomar avatar Dec 20 '22 08:12 mohammadomar