| 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);
|
|
|