aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp/page_sets/skia_pokemonwiki_desktop.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_pokemonwiki_desktop.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_pokemonwiki_desktop.py')
-rw-r--r--tools/skp/page_sets/skia_pokemonwiki_desktop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/skp/page_sets/skia_pokemonwiki_desktop.py b/tools/skp/page_sets/skia_pokemonwiki_desktop.py
index aafc988a3c..d96ac49113 100644
--- a/tools/skp/page_sets/skia_pokemonwiki_desktop.py
+++ b/tools/skp/page_sets/skia_pokemonwiki_desktop.py
@@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page):
action_runner.Wait(15)
-class PokemonwikiDesktopPageSet(page_set_module.PageSet):
+class SkiaPokemonwikiDesktopPageSet(page_set_module.PageSet):
""" Pages designed to represent the median, not highly optimized web """
def __init__(self):
- super(PokemonwikiDesktopPageSet, self).__init__(
+ super(SkiaPokemonwikiDesktopPageSet, self).__init__(
user_agent_type='desktop',
archive_data_file='data/skia_pokemonwiki_desktop.json')