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

Unified Diff: chrome/test/data/webui/cr_elements/cr_action_menu_test.js

Issue 2638843002: MD WebUI: Remove WebUI test focus hack by moving to interactive ui tests (Closed)
Patch Set: Ui -> UI 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/cr_elements/cr_action_menu_test.js
diff --git a/chrome/test/data/webui/cr_elements/cr_action_menu_test.js b/chrome/test/data/webui/cr_elements/cr_action_menu_test.js
index 233b3ec167765320673481f5fc7b556fabd4b1d2..6cfa650138258af262bf93a50f68d6d88208bec0 100644
--- a/chrome/test/data/webui/cr_elements/cr_action_menu_test.js
+++ b/chrome/test/data/webui/cr_elements/cr_action_menu_test.js
@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-/** @fileoverview Tests for cr-action-menu element. */
+/**
+ * @fileoverview Tests for cr-action-menu element. Runs as an interactive UI
+ * test, since many of these tests check focus behavior.
+ */
suite('CrActionMenu', function() {
/** @type {?CrActionMenuElement} */
var menu = null;
« no previous file with comments | « chrome/test/base/web_ui_browser_test.cc ('k') | chrome/test/data/webui/cr_elements/cr_elements_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698