Skip to content

Commit

Permalink
Fixed argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
markon committed Jun 24, 2014
1 parent c44b34a commit d326fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_splinter/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def splinter_session_scoped_browser(request):
@pytest.fixture # pragma: no cover
def browser(
request, browser_pool, splinter_webdriver, splinter_session_scoped_browser,
splinter_close_browser, splinter_browser_load_condition):
splinter_close_browser, splinter_browser_load_condition, splinter_browser_load_timeout):
"""Splinter browser wrapper instance. To be used for browser interaction.
Function scoped (cookies are clean for each test and on blank).
"""
Expand Down

0 comments on commit d326fe3

Please sign in to comment.