Closed franmomu closed 10 years ago
I'm not sure if here is the place, the issue is that if I have a html like this:
<label for="form_foo_var">Foo</label> <input type="checkbox" id="form_foo_var" name="form[foo][]" value="var" />
And in a scenario I have this step:
And I check "form_foo_var"
I get "Call to a member function tick() on a non-object in /home/fran/dev/project/vendor/behat/mink-browserkit-driver/src/Behat/Mink/Driver/BrowserKitDriver.php on line 448"
This happens when the name is an empty array
+1
did you find a workaround?
Is this still a problem, please try on latest @dev version?
@dev
Closing as this has been fixed a few months ago and we have tests covering this now
I'm not sure if here is the place, the issue is that if I have a html like this:
And in a scenario I have this step:
And I check "form_foo_var"
I get "Call to a member function tick() on a non-object in /home/fran/dev/project/vendor/behat/mink-browserkit-driver/src/Behat/Mink/Driver/BrowserKitDriver.php on line 448"
This happens when the name is an empty array