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

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

Issue 2422993005: MD Settings: Migrate startup URL action menu to settings-action-menu. (Closed)
Patch Set: Nit. Created 4 years, 2 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
« no previous file with comments | « chrome/browser/resources/settings/on_startup_page/startup_url_entry.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/startup_urls_page_test.js
diff --git a/chrome/test/data/webui/settings/startup_urls_page_test.js b/chrome/test/data/webui/settings/startup_urls_page_test.js
index f8dd9cda179471f5dd3ba86c39a8d7e805323c31..ce0aeea1500dd7ce8cbf0ea52686acf72985798c 100644
--- a/chrome/test/data/webui/settings/startup_urls_page_test.js
+++ b/chrome/test/data/webui/settings/startup_urls_page_test.js
@@ -256,10 +256,10 @@ cr.define('settings_startup_urls_page', function() {
document.body.appendChild(element);
// Bring up the popup menu for the following tests to use.
- assertFalse(!!element.$$('iron-dropdown'));
+ assertFalse(!!element.$$('dialog[is=settings-action-menu]'));
MockInteractions.tap(element.$.dots);
Polymer.dom.flush();
- assertTrue(!!element.$$('iron-dropdown'));
+ assertTrue(!!element.$$('dialog[is=settings-action-menu]'));
});
teardown(function() { element.remove(); });
« no previous file with comments | « chrome/browser/resources/settings/on_startup_page/startup_url_entry.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698