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

Unified Diff: tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py

Issue 323833003: Create ActionRunner wrapper API over TapAction and ClickElementAction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to head. Created 6 years, 6 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
Index: tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py b/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
index 3ffc69abb7612c50e604621efc1e70237807cd31..b81d3e3980c2333486a49a7be0d59e1fd42827bd 100644
--- a/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
@@ -109,8 +109,7 @@ class TestTimelinebasedMeasurementPage(page_module.Page):
def RunSmoothness(self, action_runner):
action_runner.Wait(2)
- action_runner.RunAction(TapAction(
- {'selector': '#drawer', 'automatically_record_interaction': False}))
+ action_runner.TapElement('#drawer')
action_runner.Wait(1)
« no previous file with comments | « tools/telemetry/telemetry/page/actions/tap.py ('k') | tools/telemetry/unittest_data/page_with_clickables.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698