TWiStErRob / net.twisterrob.libraries

1 stars 0 forks source link

onActionMenuItem(withMenuItemId(...)) fails on CI #8

Open TWiStErRob opened 1 year ago

TWiStErRob commented 1 year ago

Brought out by EspressoExtensionsTest_onActionMenuView.testWorkingWithId

test is the emulator created by reactivecircus CI, not sure what's different about it. image image

TWiStErRob commented 1 year ago

Looking at the difference the problem probably comes from trackball or dpad hardware being enabled with

echo no | avdmanager create avd --force -n test --abi "default/x86_64" --package "system-images;android-21;default;x86_64"

emulator config diff.zip