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

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

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: move comment about action_link_css to action_likn_css.html 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
Index: chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
diff --git a/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js b/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
index aad0d07806e2d3d42d69f6091745c86fb4cbbbac..418edb8201536102c88ac6d1e34e05d66593cc26 100644
--- a/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
+++ b/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
@@ -237,7 +237,7 @@ cr.define('settings_people_page_quick_unlock', function() {
getFromElement('paper-radio-button[name="password"]');
pinPasswordRadioButton =
getFromElement('paper-radio-button[name="pin+password"]');
- configureButton = getFromElement('paper-button');
+ configureButton = getFromElement('a[is="action-link"]');
done();
});

Powered by Google App Engine
This is Rietveld 408576698