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

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

Issue 2814002: Fix an omnibox test to match reality (Closed)
Patch Set: Created 10 years, 6 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/omnibox.py
diff --git a/chrome/test/functional/omnibox.py b/chrome/test/functional/omnibox.py
index 28fce9fc44c9ba348e9cb31bdd6ae481e69c15a9..16bfba3d6ac4a70ff1cb2f221f5d6a67fa052061 100644
--- a/chrome/test/functional/omnibox.py
+++ b/chrome/test/functional/omnibox.py
@@ -120,7 +120,7 @@ class OmniboxTest(pyauto.PyUITest):
self.assertTrue('www.google.com' in matches_description['contents'])
self.assertEqual('history-url', matches_description['type'])
# The url should be inline-autocompleted in the omnibox
- self.assertEqual('google.com/', self.GetOmniboxInfo().Text())
+ self.assertTrue('google.com' in self.GetOmniboxInfo().Text())
def testCrazyFilenames(self):
"""Test omnibox query with filenames containing special chars.
« 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