AndroidUiTestingUtils
AndroidUiTestingUtils copied to clipboard
Cross-Library: Android testify with GMD crashes with Dialogs ONLY
Describe the bug If running Cross-LibraryScreenshot tests with Gradle Managed Devices (GMD) for Dialogs via screenshotDialog(), the test crashes
This only happens with GMD and with Dilogs via screenshotDialog(). If not using GMD but screenshoting dialogs, it works If using GMD, but screenshoting Views, it works too
Environment The setup in which the bug is reproducible:
- AndroidUiTestingUtils version: 2.4.0+
- Affected Component: Cross-Library with Android-Testify for Dialogs + GMD