Index: tools/perf/page_sets/tough_texture_upload_cases.py |
diff --git a/tools/perf/page_sets/tough_texture_upload_cases.py b/tools/perf/page_sets/tough_texture_upload_cases.py |
index 2cef31d1547616766988248312f270ad2083a6ba..2a712ca9e50a5edeb81d9b1d5abd1c489acccbd9 100644 |
--- a/tools/perf/page_sets/tough_texture_upload_cases.py |
+++ b/tools/perf/page_sets/tough_texture_upload_cases.py |
@@ -15,8 +15,8 @@ class ToughTextureUploadCasesPage(page_module.Page): |
page_set=page_set) |
def RunPageInteractions(self, action_runner): |
- with action_runner.CreateGestureInteraction('ScrollAction'): |
- action_runner.ScrollPage() |
+ with action_runner.CreateInteraction('Animation'): |
+ action_runner.Wait(10) |
class ToughTextureUploadCasesPageSet(page_set_module.PageSet): |
@@ -35,7 +35,12 @@ class ToughTextureUploadCasesPageSet(page_set_module.PageSet): |
# pylint: disable=C0301 |
'file://tough_texture_upload_cases/background_color_animation_with_gradient.html', |
# pylint: disable=C0301 |
- 'file://tough_texture_upload_cases/background_color_animation_with_gradient_and_transform_animation.html'] |
+ 'file://tough_texture_upload_cases/background_color_animation_with_gradient_and_transform_animation.html', |
+ 'file://tough_texture_upload_cases/small_texture_uploads.html', |
+ 'file://tough_texture_upload_cases/medium_texture_uploads.html', |
+ 'file://tough_texture_upload_cases/large_texture_uploads.html', |
+ 'file://tough_texture_upload_cases/extra_large_texture_uploads.html', |
+ ] |
for url in urls_list: |
self.AddUserStory(ToughTextureUploadCasesPage(url, self)) |