| Index: tools/perf/page_sets/tough_filters_cases.py
|
| diff --git a/tools/perf/page_sets/tough_filters_cases.py b/tools/perf/page_sets/tough_filters_cases.py
|
| index 52e10fe55418f8992d21bd66d07a474ae2d9f958..6b6fc0427e1d55057e656c55fcd94f7badbf5ae2 100644
|
| --- a/tools/perf/page_sets/tough_filters_cases.py
|
| +++ b/tools/perf/page_sets/tough_filters_cases.py
|
| @@ -7,13 +7,13 @@ from telemetry.page import page_set as page_set_module
|
|
|
| class ToughFiltersCasesPage(page_module.Page):
|
|
|
| - def RunSmoothness(self, action_runner):
|
| + def RunPageInteractions(self, action_runner):
|
| action_runner.Wait(10)
|
|
|
|
|
| class PirateMarkPage(page_module.Page):
|
|
|
| - def RunSmoothness(self, action_runner):
|
| + def RunPageInteractions(self, action_runner):
|
| action_runner.EvaluateJavaScript(
|
| 'document.getElementById("benchmarkButtonText").click()')
|
| action_runner.Wait(10)
|
|
|