| Index: chrome/test/data/webui/md_bookmarks/edit_dialog_test.js
|
| diff --git a/chrome/test/data/webui/md_bookmarks/edit_dialog_test.js b/chrome/test/data/webui/md_bookmarks/edit_dialog_test.js
|
| index 8b7f9b3a8f2974a6f5ae515462a7c4860102869a..87d679e48567729fe85e1beff9dd6d912bc86633 100644
|
| --- a/chrome/test/data/webui/md_bookmarks/edit_dialog_test.js
|
| +++ b/chrome/test/data/webui/md_bookmarks/edit_dialog_test.js
|
| @@ -66,14 +66,6 @@ suite('<bookmarks-edit-dialog>', function() {
|
| assertEquals('Awesome websites', lastUpdate.edit.title);
|
| });
|
|
|
| - test('pressing enter saves and closes dialog', function() {
|
| - var item = createItem('1', {url: 'http://www.example.com'});
|
| - dialog.showEditDialog(item);
|
| -
|
| - MockInteractions.pressEnter(dialog.$.url);
|
| - assertFalse(dialog.$.dialog.open);
|
| - });
|
| -
|
| test('add passes the correct details to the backend', function() {
|
| dialog.showAddDialog(false, '1');
|
|
|
|
|