Commit aaec0073 authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Fix tough_pinch_zoom_cases after r282218.

BUG=361809
TBR=dtu@chromium.org,chrishenry@google.com
NOTRY=True

Review URL: https://codereview.chromium.org/383963006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282628 0039d316-1c4b-4281-b951-d872f2087c98
parent d76ce6bd
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment