Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75f438cc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents a673f714 6366a3cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
        }