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

am: 75f438cc37

Change-Id: Idaa83888a00597d581506bf7bc2aec7fdce2ff05
This commit is contained in:
Victor Chang
2018-03-29 20:15:08 +00:00
committed by android-build-merger

View File

@@ -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();
}