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

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

Issue 2820153003: [MD Bookmarks] Add keyboard navigation to sidebar. (Closed)
Patch Set: fix test 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
Index: chrome/test/data/webui/md_bookmarks/test_store.js
diff --git a/chrome/test/data/webui/md_bookmarks/test_store.js b/chrome/test/data/webui/md_bookmarks/test_store.js
index 749b9bcd3d5b3522dba0de0c71656b1cf6ed188e..ba58b07babe4e51fb9ecdda5a3ca0a448142563a 100644
--- a/chrome/test/data/webui/md_bookmarks/test_store.js
+++ b/chrome/test/data/webui/md_bookmarks/test_store.js
@@ -26,6 +26,10 @@ suiteSetup(function() {
return this.lastAction_;
},
+ resetLastAction() {
+ this.lastAction_ = null;
+ },
+
get data() {
return this.data_;
},

Powered by Google App Engine
This is Rietveld 408576698