summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
authorrohitbm@google.com <rohitbm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-08 02:28:30 +0000
committerrohitbm@google.com <rohitbm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-08 02:28:30 +0000
commit662f1b0ba958b4413c1a3742193d9443d5fe2d51 (patch)
tree6d4a73e7af8895eb5d80d610701e46643d7d4a30 /chrome/test/functional
parentc405290f60432b22e8e862377b4f00e6177b4451 (diff)
downloadchromium_src-662f1b0ba958b4413c1a3742193d9443d5fe2d51.zip
chromium_src-662f1b0ba958b4413c1a3742193d9443d5fe2d51.tar.gz
chromium_src-662f1b0ba958b4413c1a3742193d9443d5fe2d51.tar.bz2
Fix testInstantNavigation
Review URL: http://codereview.chromium.org/6108004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rw-r--r--chrome/test/functional/instant.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/functional/instant.py b/chrome/test/functional/instant.py
index 68243de..eed319e 100644
--- a/chrome/test/functional/instant.py
+++ b/chrome/test/functional/instant.py
@@ -27,11 +27,11 @@ class InstantTest(pyauto.PyUITest):
self.assertTrue('google.com' in location,
msg='No google.com in %s' % location)
- self.SetOmniboxText('search.yahoo.com')
+ self.SetOmniboxText('google.es')
self.assertTrue(self.WaitUntil(self._DoneLoading))
location = self.GetInstantInfo()['location']
- self.assertTrue('search.yahoo.com' in location,
- msg='No search.yahoo.com in %s' % location)
+ self.assertTrue('google.es' in location,
+ msg='No google.es in %s' % location)
# Initiate instant search (at default google.com).
self.SetOmniboxText('chrome instant')