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

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

Issue 9559016: Fix pyauto breakage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « chrome/test/functional/instant.py ('k') | chrome/test/functional/shortcuts.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/multiprofile.py
diff --git a/chrome/test/functional/multiprofile.py b/chrome/test/functional/multiprofile.py
index ac2c7830184aa1e4cf7389689f694d75b7a779d4..b4991521df5380950a623f46e44865c176567abe 100755
--- a/chrome/test/functional/multiprofile.py
+++ b/chrome/test/functional/multiprofile.py
@@ -53,7 +53,7 @@ class MultiprofileTest(pyauto.PyUITest):
new_profile_window = info['windows'][1]
self.assertEqual('Profile 1', new_profile_window['profile_path'])
self.assertEqual(1, len(new_profile_window['tabs']))
- self.assertEqual('about:blank', new_profile_window['tabs'][0]['url'])
+ self.assertEqual('chrome://newtab/', new_profile_window['tabs'][0]['url'])
def test20NewProfiles(self):
"""Verify we can create 20 new profiles."""
« no previous file with comments | « chrome/test/functional/instant.py ('k') | chrome/test/functional/shortcuts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698