mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-26 16:04:43 +00:00
Add 100ms implicit wait time to selenium driver
This commit is contained in:
parent
55e481470e
commit
4147cac2f8
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ def driver(request):
|
|||
pytest.skip(force_text(e))
|
||||
else:
|
||||
b.set_window_size(1200, 800)
|
||||
b.implicitly_wait(0.1)
|
||||
yield b
|
||||
if request.param == 'chrome':
|
||||
# chrome needs a couple of seconds before it can be quit
|
||||
|
|
|
|||
Loading…
Reference in a new issue