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

Unified Diff: chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js

Issue 98073012: Add unit test for lock and unlock virtual keyboard feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
diff --git a/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js b/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
index 47235bb59a889aadb45bc50b9a365cb8f7d5835b..fb0d31a103c19e443e6a5922fa4ef94d2747b17e 100644
--- a/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
+++ b/chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js
@@ -319,6 +319,7 @@ function testHideKeyboard(testDoneCallback) {
assertTrue(!!hideKey, 'Unable to find key');
chrome.virtualKeyboardPrivate.hideKeyboard.addExpectation();
+ chrome.virtualKeyboardPrivate.lockKeyboard.addExpectation(false);
hideKey.down();
hideKey.up();

Powered by Google App Engine
This is Rietveld 408576698