Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / test / gpu / page_sets / gpu_process_tests.py
index ee3ee47..56b7319 100644 (file)
@@ -1,8 +1,6 @@
 # Copyright 2014 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
-# pylint: disable=W0401,W0614
-from telemetry.page.actions.all_page_actions import *
 from telemetry.page import page as page_module
 from telemetry.page import page_set as page_set_module
 
@@ -28,7 +26,7 @@ class FunctionalVideoPage(GpuProcessTestsPage):
   def RunNavigateSteps(self, action_runner):
     action_runner.NavigateToPage(self)
     action_runner.WaitForJavaScriptCondition(
-        'domAutomationController._finished', timeout=30)
+        'domAutomationController._finished', timeout_in_seconds=30)
 
 
 class GpuProcessTestsPageSet(page_set_module.PageSet):