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

This commit is contained in:
TreeHugger Robot
2018-03-29 20:01:26 +00:00
committed by Android (Google) Code Review

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