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

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

Issue 2651293003: Make MD Settings side bar keyboard accessible. (Closed)
Patch Set: nits + rebase Created 3 years, 10 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 bde9ac92727db7de597fcb19a19410e90d49d06b..849b4ac4b8855c5b55dab2b43490201fa4c13ff1 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.$$('#advancedSubmenu .menu-trigger'));
+ MockInteractions.tap(menu.$.advancedButton);
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