Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade wptrunner #12223

Closed
wants to merge 8 commits into from

Delay webdriver import.

  • Loading branch information
jdm committed Jul 4, 2016
commit f9d58949f8b5899eec7a487c5b9fcdf6d9047961
@@ -3,7 +3,6 @@
# You can obtain one at http://mozilla.org/MPL/2.0/.

import pytest
import webdriver


"""pytest fixtures for use in Python-based WPT tests.
@@ -68,6 +67,8 @@ def dismiss_user_prompts(self):
"""Dismisses any open user prompts in windows."""
current_window = self.client.window_handle

import webdriver

for window in self.windows():
self.client.window_handle = window
try:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.