You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
The following doesn't work with goutte and selenium2 driver
Feature: checkboxScenario: checkbox checkGiven I am on "http://127.0.0.1:8080/form.html"And the "fuuu" checkbox should be checked # id worksAnd the "foo" checkbox should be checked # name worksAnd the "Label" checkbox should be checked # label worksAnd the "bar" checkbox should be checked # value failed
The following doesn't work with goutte and selenium2 driver
see also minkphp/MinkGoutteDriver#74
composer.json
html
behat.yml
run with
php -S 127.0.0.1:8080
The text was updated successfully, but these errors were encountered: