Merge "Fix ZonePickerSettingsTest due to string change" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
75f438cc37
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user