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

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

Issue 2720413002: MD Settings: add an aria-label to control indicators (often policy) (Closed)
Patch Set: merge Created 3 years, 9 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/on_startup_browsertest.js
diff --git a/chrome/test/data/webui/settings/on_startup_browsertest.js b/chrome/test/data/webui/settings/on_startup_browsertest.js
index 8c417909f6d3340b1765b7beb3799da663ce12eb..a3b75cbc9c9b053ffd392aaa91379bca64dade70 100644
--- a/chrome/test/data/webui/settings/on_startup_browsertest.js
+++ b/chrome/test/data/webui/settings/on_startup_browsertest.js
@@ -54,7 +54,7 @@ TEST_F('OnStartupSettingsBrowserTest', 'uiTests', function() {
var restoreOnStartup = function() {
return self.getPageElement('#onStartupRadioGroup').querySelector(
- '.iron-selected').textContent.trim();
+ '.iron-selected').label;
};
suite('OnStartupHandler', function() {

Powered by Google App Engine
This is Rietveld 408576698