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

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.js

Issue 2613503004: MD History: Move flaky focus tests into interactive UI tests (Closed)
Patch Set: Remove unnecessary (?) dep Created 3 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/webui/md_history/md_history_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index 76186a893d889fe5f5b829eb299061a8c847c72c..eeb1dcb29229c2dee5cc6fdf8c63a321eb0206b4 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -248,12 +248,7 @@ MaterialHistoryToolbarTest.prototype = {
]),
};
-TEST_F('MaterialHistoryToolbarTest', 'Basic', function() {
+TEST_F('MaterialHistoryToolbarTest', 'All', function() {
md_history.history_toolbar_test.registerTests();
mocha.run();
});
-
-TEST_F('MaterialHistoryToolbarTest', 'Focus', function() {
- md_history.history_toolbar_focus_test.registerTests();
- mocha.run();
-});
« no previous file with comments | « chrome/test/data/webui/md_history/history_toolbar_test.js ('k') | chrome/test/data/webui/md_history/md_history_focus_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698