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

Unified Diff: ui/file_manager/integration_tests/file_manager/gear_menu.js

Issue 2046143002: Send 'key' from fake keyboard events generated by file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix additional tests I missed Created 4 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
Index: ui/file_manager/integration_tests/file_manager/gear_menu.js
diff --git a/ui/file_manager/integration_tests/file_manager/gear_menu.js b/ui/file_manager/integration_tests/file_manager/gear_menu.js
index 444618606e282f31a4dc06233d8d6ff602c636a7..cf0d38aa6352d071889d2cea6c8aa0d422792ae4 100644
--- a/ui/file_manager/integration_tests/file_manager/gear_menu.js
+++ b/ui/file_manager/integration_tests/file_manager/gear_menu.js
@@ -224,7 +224,7 @@ testcase.hideGoogleDocs = function() {
},
// Open the gear meny by a shortcut (Alt-E).
function() {
- remoteCall.fakeKeyDown(appId, 'body', 'U+0045', false, false, true)
+ remoteCall.fakeKeyDown(appId, 'body', 'e', 'U+0045', false, false, true)
.then(this.next);
},
// Wait for menu to appear.

Powered by Google App Engine
This is Rietveld 408576698