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

Unified Diff: chrome/test/functional/policy.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/history.py ('k') | chrome/test/functional/policy_prefs_ui.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/policy.py
===================================================================
--- chrome/test/functional/policy.py (revision 126676)
+++ chrome/test/functional/policy.py (working copy)
@@ -176,7 +176,7 @@
self.assertTrue(self.IsMenuCommandEnabled(pyauto.IDC_DEV_TOOLS))
self.assertTrue(self.IsMenuCommandEnabled(pyauto.IDC_DEV_TOOLS_CONSOLE))
# Javascript is always enabled for internal Chrome pages.
- self.NavigateToURL('chrome://settings')
+ self.NavigateToURL('chrome://settings-frame')
self.assertTrue(self._IsJavascriptEnabled())
# The Developer Tools can be explicitly disabled.
« no previous file with comments | « chrome/test/functional/history.py ('k') | chrome/test/functional/policy_prefs_ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698