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. |