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

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

Issue 8080003: Update profile path in a multi-profile test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | 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 1c990d488d68be8a24b5e9d9b9dda7fcca7b5298..1188b762f1e08a1d301bf5c39170a4a040020180 100644
--- a/chrome/test/functional/multiprofile.py
+++ b/chrome/test/functional/multiprofile.py
@@ -45,7 +45,7 @@ class MultiprofileTest(pyauto.PyUITest):
msg='New browser window did not open')
info = self.GetBrowserInfo()
new_profile_window = info['windows'][1]
- self.assertEqual('profile_1', new_profile_window['profile_path'])
+ self.assertEqual('Profile 1', new_profile_window['profile_path'])
self.assertEqual(1, len(new_profile_window['tabs']))
self.assertEqual('chrome://newtab/', new_profile_window['tabs'][0]['url'])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698