| Index: tools/perf/page_sets/top_7_stress.py
|
| diff --git a/tools/perf/page_sets/top_7_stress.py b/tools/perf/page_sets/top_7_stress.py
|
| index ee228d95b20ee9bc2d71e59f7376685c73bc0db3..c46eb79212c4e5cb22dc28b02d16a71686f7547c 100644
|
| --- a/tools/perf/page_sets/top_7_stress.py
|
| +++ b/tools/perf/page_sets/top_7_stress.py
|
| @@ -11,9 +11,8 @@ def _GetCurrentLocation(action_runner):
|
|
|
|
|
| def _WaitForLocationChange(action_runner, old_href):
|
| - # TODO(catapult:#3028): Fix interpolation of JavaScript values.
|
| action_runner.WaitForJavaScriptCondition(
|
| - 'document.location.href != "%s"' % old_href)
|
| + 'document.location.href != {{ old_href }}', old_href=old_href)
|
|
|
|
|
| class Top7StressPage(page_module.Page):
|
|
|