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