| 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 b5887e9c2b57dcb62c8d67b144d2bd29d797c8e2..917c5e69590f839329bb2c5bfd4b75834f5be3be 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='[id="110031535020051778989-tab-bar"]')
|
| interaction.End()
|
|
|
|
|
|
|