Index: chrome/test/functional/perf.py |
diff --git a/chrome/test/functional/perf.py b/chrome/test/functional/perf.py |
index fceea936643c296b52756e90740bf79f04751df9..0f34ce2501a7bdaa9d57e50a07581cdd56536665 100755 |
--- a/chrome/test/functional/perf.py |
+++ b/chrome/test/functional/perf.py |
@@ -994,7 +994,7 @@ class LiveWebappLoadTest(BasePerfTest): |
Timing starts right before the new tab is opened, and stops as soon as the |
webpage displays the expected substring 'last modified' (case insensitive). |
""" |
- EXPECTED_SUBSTRING = 'last modified' |
+ EXPECTED_SUBSTRING = 'sort' |
def _SubstringExistsOnPage(): |
js = """ |