Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f17942e8 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Android (Google) Code Review
Browse files

Merge "Postpone location mocking to reduce instrumentation failures" into main

parents 3cff53a3 51e34510
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -105,7 +105,8 @@ open class MapsEnterPipTest(flicker: LegacyFlickerTest) : AppsEnterPipTransition
            )
            locationManager.setTestProviderEnabled(LocationManager.GPS_PROVIDER, true)
            mockLocationEnabled = true
            mainHandler.post(updateLocation)
            // postpone first location update to make sure GPS is set as test provider
            mainHandler.postDelayed(updateLocation, 200)

            // normal app open through the Launcher All Apps
            // var mapsAddressOption = "Golden Gate Bridge"