Merge "Fix ZonePickerSettingsTest due to string change" into pi-dev am: 75f438cc37
am: 8995e8d9f6
Change-Id: I84aefcb56804a50693cbd44d776fecad28c550f6
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
|
||||
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