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

Unified Diff: chrome/test/data/webui/settings/protocol_handlers_tests.js

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: move unrelated fix to another CL Created 3 years, 6 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/settings/protocol_handlers_tests.js
diff --git a/chrome/test/data/webui/settings/protocol_handlers_tests.js b/chrome/test/data/webui/settings/protocol_handlers_tests.js
index 47b6bb565b46fd7d2763bdd9b60f4dea4445778b..42744ad41bd92c40792dac6bc7bd00aeabd18c4c 100644
--- a/chrome/test/data/webui/settings/protocol_handlers_tests.js
+++ b/chrome/test/data/webui/settings/protocol_handlers_tests.js
@@ -116,7 +116,8 @@ suite('ProtocolHandlers', function() {
return initPage()
.then(function() {
// Initiating the elements
- menuButtons = testElement.root.querySelectorAll('paper-icon-button');
+ menuButtons =
+ testElement.root.querySelectorAll('button.icon-more-vert');
functionButton = testElement.$[button];
dialog = testElement.$$('dialog[is=cr-action-menu]');
assertEquals(3, menuButtons.length);
« no previous file with comments | « chrome/test/data/webui/settings/languages_page_tests.js ('k') | chrome/test/data/webui/settings/search_engines_page_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698