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

Unified Diff: chrome/test/data/webui/md_bookmarks/edit_dialog_test.js

Issue 2802723003: MD Bookmarks: Remove 'enter' handler from Add/Edit dialog (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/edit_dialog.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « chrome/browser/resources/md_bookmarks/edit_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698