Index: chrome/test/functional/chromeos_time.py |
=================================================================== |
--- chrome/test/functional/chromeos_time.py (revision 126676) |
+++ chrome/test/functional/chromeos_time.py (working copy) |
@@ -43,7 +43,7 @@ |
True, if timezone dropdown is enabled |
False, otherwise |
""" |
- self.NavigateToURL('chrome://settings/system') |
+ self.NavigateToURL('chrome://settings-frame') |
ret = self.ExecuteJavascript(""" |
var disabled = true; |
var timezone = document.getElementById('timezone-select'); |