sergio-sastre/AndroidUiTestingUtils

FontSizeTestRule timing out from very time to time on API 25+

sergio-sastre opened this issue · 1 comments

FontSizeTestRule timing out from very time to time. Using FontSizeTestRule#withTimeout(timeout) does not help.

Device or Emulator: Emulator
API level: API 24+
AndroidUiTestingUtils version: 1.1.1
Affected Component: Activity (ONLY) -> FontSizeTestRule
Buggy Configuration: FontSize
Expected behavior: It does not time out

Remarks:
It seems to be an issue with the context. Using instrumentation context seems to fix the issue.

solved in 1.1.2