Merge "Fix ZonePickerSettingsTest due to string change" into pi-dev
am: 75f438cc37
Change-Id: Idaa83888a00597d581506bf7bc2aec7fdce2ff05
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user