aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp/page_sets/skia_gamedeksiam_nexus10.py
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2014-10-27 06:42:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-27 06:42:11 -0700
commit7620bf06581aa36d8c478624eff240ff150f3bb7 (patch)
tree40dfe4d2f1b7da50ab422892d6b6bbf2200b3bb8 /tools/skp/page_sets/skia_gamedeksiam_nexus10.py
parent3dc5d704599688a5af4ec2c4cbd5bb685ff121c3 (diff)
Fix ability to capture archives in webpages_playback.py
Updated all page sets to match the file name. This is to make it easier to call record_wpr with the page set class name. Also updated the wait time for baidu to 60 seconds. BUG=skia:3049 Review URL: https://codereview.chromium.org/683473002
Diffstat (limited to 'tools/skp/page_sets/skia_gamedeksiam_nexus10.py')
-rw-r--r--tools/skp/page_sets/skia_gamedeksiam_nexus10.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/skp/page_sets/skia_gamedeksiam_nexus10.py b/tools/skp/page_sets/skia_gamedeksiam_nexus10.py
index 03a05eaeef..fcef0e1d49 100644
--- a/tools/skp/page_sets/skia_gamedeksiam_nexus10.py
+++ b/tools/skp/page_sets/skia_gamedeksiam_nexus10.py
@@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page):
action_runner.Wait(15)
-class GamedeksiamNexus10PageSet(page_set_module.PageSet):
+class SkiaGamedeksiamNexus10PageSet(page_set_module.PageSet):
""" Pages designed to represent the median, not highly optimized web """
def __init__(self):
- super(GamedeksiamNexus10PageSet, self).__init__(
+ super(SkiaGamedeksiamNexus10PageSet, self).__init__(
user_agent_type='tablet',
archive_data_file='data/skia_gamedeksiam_nexus10.json')