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

Unified Diff: remoting/webapp/browser_test/update_pin_browser_test.js

Issue 944183002: HostTableEntry refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Jamie's feedback Created 5 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 | « remoting/webapp/browser_test/browser_test.js ('k') | remoting/webapp/crd/html/ui_me2me.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/browser_test/update_pin_browser_test.js
diff --git a/remoting/webapp/browser_test/update_pin_browser_test.js b/remoting/webapp/browser_test/update_pin_browser_test.js
index 964684171b955a8815af5a0bda7d8f67dc10aea9..8f4e4e8fd5082dd4b934b494d171550ff252a808 100644
--- a/remoting/webapp/browser_test/update_pin_browser_test.js
+++ b/remoting/webapp/browser_test/update_pin_browser_test.js
@@ -62,6 +62,6 @@ browserTest.Update_PIN.prototype.run = function(data) {
browserTest.Update_PIN.prototype.changePIN_ = function(newPin) {
var AppMode = remoting.AppMode;
var HOST_RESTART_WAIT = 10000;
- browserTest.clickOnControl('change-daemon-pin');
+ browserTest.clickOnControl('.change-daemon-pin');
return browserTest.setupPIN(newPin);
};
« no previous file with comments | « remoting/webapp/browser_test/browser_test.js ('k') | remoting/webapp/crd/html/ui_me2me.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698