ukhsa-collaboration / COVID-19-app-Android-BETA

Source code of the Beta of the NHS COVID-19 Android app

Home Page:https://covid19.nhs.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testEnableBluetooth fails on Samsung Galaxy S6 (SM-G920F - Android 7.0)

calfr opened this issue · comments

While trying to run the tests on my device, I recieve an java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.test.uiautomator.UiObject2.click()' on a null object reference during the testEnableBluetooth test.

From reading through the test and the traceback, I believe it is due to the test looking for a button text of "Allow" or "ALLOW" in order to allow permissions; however my device appears to show a prompt of YES and NO (for Allow and Deny respectively).
This presumably could also apply to other devices with other prompt designs for permissions.

Thanks - we'll take a look into it.