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

Commit a7d91334 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

am: 8995e8d9

Change-Id: I84aefcb56804a50693cbd44d776fecad28c550f6
parents c925c8d5 8995e8d9
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();
        }