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

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

Issue 502533003: Revert of Add support for codepen to form_based_credentials_background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/facebook_credentials_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py b/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
index a14185d72bdd1a35a986bd4f779200ed3f77a271..2f6b22f9a94a9ce4fd06e809272dc1da2af0c74a 100644
--- a/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
@@ -15,6 +15,4 @@
def testLoginUsingMock(self):
self._LoginUsingMock(
facebook_credentials_backend.FacebookCredentialsBackend(),
- 'http://www.facebook.com/', 'email', 'pass', 'login_form',
- ('document.getElementById("fbNotificationsList")!== null || '
- 'document.getElementById("m_home_notice")!== null'))
+ 'http://www.facebook.com/', 'email', 'pass')

Powered by Google App Engine
This is Rietveld 408576698