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

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

Issue 2651103003: [MD settings] rename advancedSubmenu id (Closed)
Patch Set: 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
« no previous file with comments | « chrome/test/data/webui/settings/settings_menu_test.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/settings_ui_browsertest.js
diff --git a/chrome/test/data/webui/settings/settings_ui_browsertest.js b/chrome/test/data/webui/settings/settings_ui_browsertest.js
index b86224b9d48f04ae5f3a48590e6ab1d05d952cf3..bde9ac92727db7de597fcb19a19410e90d49d06b 100644
--- a/chrome/test/data/webui/settings/settings_ui_browsertest.js
+++ b/chrome/test/data/webui/settings/settings_ui_browsertest.js
@@ -103,7 +103,7 @@ TEST_F('SettingsUIBrowserTest', 'MAYBE_All', function() {
assertTrue(!!menu);
assertTrue(menu.advancedOpened);
- MockInteractions.tap(menu.$$('#advancedPage .menu-trigger'));
+ MockInteractions.tap(menu.$$('#advancedSubmenu .menu-trigger'));
Polymer.dom.flush();
// Check that all values are updated in unison.
« no previous file with comments | « chrome/test/data/webui/settings/settings_menu_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698