Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: tools/perf/page_sets/tough_pinch_zoom_cases.py

Issue 383963006: [Telemetry] Fix tough_pinch_zoom_cases after r282218. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698