1.7.1
Bug fixes:
- Refactored the CssSelector to use the new API of the Symfony CssSelector component to be compatible with Symfony 3
Testsuite:
- Disallowed failures on PHP 7 on Travis (tests were passing since a long time)
Driver testsuite:
- Fixed the driver testsuite to account for driver inheritance when checking recommended practices
- Added a test for cookie values with semicolon, to ensure all drivers support it
- Improved the window resize test to consider headless browsers
- Fixed the compatibility of the testsuite with PHPUnit 5
- Added a test ensuring that
wait()
always return a boolean even when the JS expression does not cast the value - Added HTML escaping of submitted values in the driver testsuite web-fixtures
Misc:
- Removed the Mink testsuite from archives generated by Github to make them smaller