Skip to content

Commit

Permalink
fix doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Dec 26, 2018
1 parent 0e6f27e commit 615260e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You may also find it convenient to use a fixture to setup your driver as well. F
from behave_webdriver.fixtures import fixture_browser
def before_all(context):
use_fixture(fixture_browser, webdriver='Firefox')
use_fixture(fixture_browser, context, webdriver='Firefox')
This will also ensure that the browser is torn down at the corresponding `cleanup point`_.

Expand Down

0 comments on commit 615260e

Please sign in to comment.