Index: chrome/test/functional/bookmarks.py |
=================================================================== |
--- chrome/test/functional/bookmarks.py (revision 145960) |
+++ chrome/test/functional/bookmarks.py (working copy) |
@@ -664,8 +664,7 @@ |
# Launch profile1, verify bookmark is same as before. |
self.OpenProfileWindow(path=profile1_path) |
self._AssertBookmark('GoogleNews', 'http://news.google.com/', windex=1) |
- # Launch default, verify bookmark is changed to 'YouTube'. |
- self.OpenProfileWindow(path=default_path) |
+ self.CloseBrowserWindow(1) |
self._AssertBookmark('YouTube', 'http://www.youtube.com/') |
def testSearchBookmarksInMultiProfile(self): |