Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.7.3
-----

- fixed Firefox freezing when opening a missing codec extension (olegpidsadnyi)


1.7.2
-----

Expand Down
2 changes: 1 addition & 1 deletion pytest_splinter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""pytest-splinter package."""
__version__ = '1.7.2'
__version__ = '1.7.3'
1 change: 1 addition & 0 deletions pytest_splinter/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def splinter_firefox_profile_preferences():
'toolkit.telemetry.reportingpolicy.firstRun': False,
'datareporting.healthreport.service.firstRun': False,
'browser.cache.disk.smart_size.first_run': False,
'media.gmp-gmpopenh264.enabled': False, # Firefox hangs when the file is not found
}


Expand Down