Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4470)

Unified Diff: chrome/test/functional/chromeos_time.py

Issue 9696018: Update pyauto tests to work with the uber page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/functional/autofill.py ('k') | chrome/test/functional/extensions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « chrome/test/functional/autofill.py ('k') | chrome/test/functional/extensions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698