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

wip

  • Loading branch information
jdm committed Jul 5, 2016
commit 4bf4d598b1b4f0f4d491ae7a1faacf8ae104878f
@@ -4,6 +4,10 @@

import pytest

@pytest.fixture
def webdriver():
import webdriver
return webdriver

"""pytest fixtures for use in Python-based WPT tests.
@@ -67,8 +71,6 @@ 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.