| Index: tools/perf/page_sets/key_mobile_sites.py
|
| diff --git a/tools/perf/page_sets/key_mobile_sites.py b/tools/perf/page_sets/key_mobile_sites.py
|
| index b2c9e91d9a66186c95ab8d19ce8cd24adab242a4..b67c5c3ca69be94cbc2b001626b3fc9074f99640 100644
|
| --- a/tools/perf/page_sets/key_mobile_sites.py
|
| +++ b/tools/perf/page_sets/key_mobile_sites.py
|
| @@ -245,10 +245,7 @@ class Page16(KeyMobileSitesPage):
|
| def RunNavigateSteps(self, action_runner):
|
| action_runner.NavigateToPage(self)
|
| action_runner.WaitForElement(text='Other Answers (1 - 20 of 149)')
|
| - action_runner.RunAction(ClickElementAction(
|
| - {
|
| - 'text': 'Other Answers (1 - 20 of 149)'
|
| - }))
|
| + action_runner.ClickElement(text='Other Answers (1 - 20 of 149)')
|
|
|
|
|
| class Page17(KeyMobileSitesPage):
|
|
|