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

Unified Diff: chrome/test/functional/infobars.py

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
« no previous file with comments | « chrome/test/functional/PYAUTO_TESTS ('k') | chrome/test/functional/sync.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/infobars.py
diff --git a/chrome/test/functional/infobars.py b/chrome/test/functional/infobars.py
index d8c7dd968544ddce4747c25ac2b6110e2fe35a81..947d7c6846962470727ce59809da070bfb3be0c0 100755
--- a/chrome/test/functional/infobars.py
+++ b/chrome/test/functional/infobars.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -311,22 +311,6 @@ class OneClickInfobarTest(pyauto.PyUITest):
self._OpenSecondProfile()
self._DisplayOneClickInfobar(windex=1)
- def testNoSameIDSigninForTwoProfiles(self):
- """Verify two profiles cannot be signed in with same ID.
-
- Make sure that the one-click sign in infobar does not appear for two
- profiles trying to sign in with the same ID. This test creates a profile
- and connects it to a Google account. Another new profile is created and
- tries to login with the connected account from the first profile.
-
- This test verifies the following bug: crbug.com/122975
- """
- test_utils.SignInToSyncAndVerifyState(self, 'test_google_account')
- self._OpenSecondProfile()
- self._LogIntoGoogleAccount(tab_index=0, windex=1)
- self.assertTrue(lambda: test_utils.GetInfobarIndexByType(
- self, self.OC_INFOBAR_TYPE, tab_index=0, windex=1) is None)
-
def testNoOneClickInfobarWhenCookiesBlocked(self):
"""Verify one-click infobar does not show when cookies are blocked.
« no previous file with comments | « chrome/test/functional/PYAUTO_TESTS ('k') | chrome/test/functional/sync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698