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

Unified Diff: tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py

Issue 485743002: Add support for codepen to form_based_credentials_background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 6 years, 4 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: tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py b/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
index f6dc0502301458592334e34e00d1162fe806be84..45f6c7680d80295de8a7e34324eda9834d148e94 100644
--- a/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
@@ -13,5 +13,6 @@ class TestGoogleCredentialsBackend(
def testLoginUsingMock(self):
self._LoginUsingMock(google_credentials_backend.GoogleCredentialsBackend(),
- 'https://accounts.google.com/', 'Email',
- 'Passwd')
+ 'https://accounts.google.com/', 'Email', 'Passwd',
+ 'gaia_loginform',
+ 'document.getElementById("gb")!== null')

Powered by Google App Engine
This is Rietveld 408576698