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

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

Issue 8431014: Update LocalState pyauto calls to work without first browser window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 9 years, 2 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/browser/automation/testing_automation_provider.cc ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/prefs.py
diff --git a/chrome/test/functional/prefs.py b/chrome/test/functional/prefs.py
index 54f70e9cd4f7e293b95901df514b99d25756b7ec..bded6db9b0f4b2595322e14f019a09a303976c84 100644
--- a/chrome/test/functional/prefs.py
+++ b/chrome/test/functional/prefs.py
@@ -188,6 +188,10 @@ class PrefsTest(pyauto.PyUITest):
self.NavigateToURL(url)
self.assertEqual(title, self.GetActiveTabTitle())
+ def testHaveLocalStatePrefs(self):
+ """Verify that we have some Local State prefs."""
+ self.assertTrue(self.GetLocalStatePrefsInfo())
+
if __name__ == '__main__':
pyauto_functional.Main()
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698