Skip to content

Commit

Permalink
fix issue: AttributeError: 'module' object has no attribute 'ie' (#88)
Browse files Browse the repository at this point in the history
* Update IE to Ie following name in selenium
* rename internet_explorer to ie
* fix flake8 unused warning
  • Loading branch information
MungoWang authored and davehunt committed Nov 3, 2016
1 parent fc542e2 commit 6532095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytest_selenium/drivers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import internet_explorer as ie # noqa
2 changes: 1 addition & 1 deletion pytest_selenium/pytest_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'BrowserStack',
'Chrome',
'Firefox',
'IE',
'Ie',
'PhantomJS',
'Remote',
'Safari',
Expand Down

0 comments on commit 6532095

Please sign in to comment.