Open aik099 opened 8 years ago
Behat\Mink\Tests\Driver\Form\GeneralTest::testAdvancedForm
is also failing on PhantomJSDriver, so it may have to be changed in the driver-testsuite itself.
Behat\Mink\Tests\Driver\Js\ChangeEventTest::testSetValueChangeEvent is caused by https://github.com/minkphp/driver-testsuite/issues/9
Behat\Mink\Tests\Driver\Js\WindowTest::testResizeWindow should be checked again, as I think the testsuite has changed in the meantime to fix this.
Regarding Firefox, Selenium's Firefox driver supports < 47
and 47.0.1 (47.0.0 is totally unsupported due to being buggy).
I think, that it will be fixed with https://github.com/minkphp/driver-testsuite/pull/88.
Configuration:
When running driver tests in there I have following failures:
P.S. It crashes the Firefox 47 completely. Probably not our driver issue at all.