mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Just fixing a small typo
This commit is contained in:
parent
8c5bf8c759
commit
5c73bd8dba
1 changed files with 1 additions and 1 deletions
|
@ -1071,7 +1071,7 @@ behaviors of Capybara change
|
|||
my_session.config.default_max_wait_time = 10 # only set for my_session
|
||||
Capybara.default_max_wait_time = 2 # will not change the default_max_wait in my_session
|
||||
|
||||
* `current_driver` and `session_name` are thread specific. This means that `using_session' and
|
||||
* `current_driver` and `session_name` are thread specific. This means that `using_session` and
|
||||
`using_driver` also only affect the current thread.
|
||||
|
||||
## <a name="development"></a>Development
|
||||
|
|
Loading…
Reference in a new issue