| Index: tools/perf/page_sets/tough_pinch_zoom_cases.py
|
| diff --git a/tools/perf/page_sets/tough_pinch_zoom_cases.py b/tools/perf/page_sets/tough_pinch_zoom_cases.py
|
| index d8195d6a16027db771f996463268a288e054bf92..b5887e9c2b57dcb62c8d67b144d2bd29d797c8e2 100644
|
| --- a/tools/perf/page_sets/tough_pinch_zoom_cases.py
|
| +++ b/tools/perf/page_sets/tough_pinch_zoom_cases.py
|
| @@ -105,7 +105,7 @@ class GooglePlusPage(ToughPinchZoomCasesPage):
|
| def RunSmoothness(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| 'PinchAction', is_smooth=True)
|
| - action_runner.PinchElement(selector='110031535020051778989-tab-bar')
|
| + action_runner.PinchElement(selector='#110031535020051778989-tab-bar')
|
| interaction.End()
|
|
|
|
|
| @@ -236,7 +236,7 @@ class YahooAnswersPage(ToughPinchZoomCasesPage):
|
| def RunSmoothness(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| 'PinchAction', is_smooth=True)
|
| - action_runner.PinchElement(selector='ya-content-apps')
|
| + action_runner.PinchElement(selector='#ya-content-apps')
|
| interaction.End()
|
|
|
|
|
|
|