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

Commit 8995e8d9 authored by Victor Chang's avatar Victor Chang Committed by android-build-merger
Browse files

Merge "Fix ZonePickerSettingsTest due to string change" into pi-dev

am: 75f438cc

Change-Id: Idaa83888a00597d581506bf7bc2aec7fdce2ff05
parents 4395decf 75f438cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ public class ZonePickerSettingsTest {

        // Only select time zone explicitly if there are more than one time zones in a region
        if (!assumeOneTimeZoneInRegion) {
            wait(By.text("Time Zone"));
            wait(By.text("Time zone"));
            selectItemInList(new UiSelector().textContains(timezone))
                    .click();
        }