Skip to content

Commit 615260e

Browse files
committed
fix doc example
1 parent 0e6f27e commit 615260e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You may also find it convenient to use a fixture to setup your driver as well. F
9696
9797
from behave_webdriver.fixtures import fixture_browser
9898
def before_all(context):
99-
use_fixture(fixture_browser, webdriver='Firefox')
99+
use_fixture(fixture_browser, context, webdriver='Firefox')
100100
101101
This will also ensure that the browser is torn down at the corresponding `cleanup point`_.
102102

0 commit comments

Comments
 (0)