| Index: chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
|
| diff --git a/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js b/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
|
| index 272cf16c772ddbafa6030bfe0973363e8d6680cc..e939266fb197f27b52ce0dbeb99f751ee52a5b84 100644
|
| --- a/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
|
| +++ b/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
|
| @@ -107,7 +107,7 @@ TEST_F('EditDictionaryWebUITest', 'testNoCloseOnSearchEnter', function() {
|
| searchField.dispatchEvent(new KeyboardEvent('keydown', {
|
| 'bubbles': true,
|
| 'cancelable': true,
|
| - 'keyIdentifier': 'Enter'
|
| + 'key': 'Enter'
|
| }));
|
| assertTrue(editDictionaryPage.visible);
|
| });
|
|
|