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

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

Issue 10546072: Use different help URLs for menus, accelerators, and WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 6 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/common/url_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/shortcuts.py
diff --git a/chrome/test/functional/shortcuts.py b/chrome/test/functional/shortcuts.py
index 9a8cc1c37145c422d104ff9e59bdff794c1bfaa9..937c19764386766fa0853f9026fa9f394d07e756 100755
--- a/chrome/test/functional/shortcuts.py
+++ b/chrome/test/functional/shortcuts.py
@@ -155,7 +155,7 @@ class ShortcutsTest(pyauto.PyUITest):
def testHelpShortcut(self):
"""Verify help shortcut opens help page."""
- self.ApplyAccelerator(pyauto.IDC_HELP_PAGE)
+ self.ApplyAccelerator(pyauto.IDC_HELP_PAGE_VIA_KEYBOARD)
help_page_title = 'Google Chrome Help'
if self.IsChromeOS():
help_page_title = 'Chrome OS Help'
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698