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

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

Issue 383263004: [Telemetry] Another fix for tough_pinch_zoom_cases after r282218. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 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()
« 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