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

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

Issue 531733004: Revert of Revert of Add support for codepen to form_based_credentials_background (patchset #9 of h… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 4298edf976bc03d658f098454903a538a265e13b..e02ecb24bb888544041c6f7c4766e48f62ec0279 100644
--- a/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
@@ -14,4 +14,5 @@ class TestGoogleCredentialsBackend(
def testLoginUsingMock(self):
backend = google_credentials_backend.GoogleCredentialsBackend()
self._LoginUsingMock(backend, backend.url, backend.login_input_id,
- backend.password_input_id)
+ backend.password_input_id, backend.login_form_id,
+ backend.logged_in_javascript)

Powered by Google App Engine
This is Rietveld 408576698