Closed alexpott closed 3 years ago
@alexpott the failure reported for Behat\Mink\Exception\UnsupportedDriverActionException: Behat\Mink\Driver\BrowserKitDriver supports clicking on links and submit or reset buttons only. But "div" provided
seems to indicate that your change in driver-testsuite regarding UnsupportedDriverTestCase
is broken, as that's precisely what should not happen thanks to that
and other failures are because you need to migrate from @expectedException
to expectException
in ErrorHandlingTest
Github actions are now all green - https://github.com/alexpott/MinkBrowserKitDriver/actions/runs/1311363955
@alexpott if you have the time, there's still other driver repos that haven't been migrated to github actions.
@alexpott can you squash your commits ?
Still got some things to fix... https://github.com/alexpott/MinkBrowserKitDriver/actions/runs/1311190433