This guide is now available under this URL:
http://docs.behat.org/cookbook/bdd_in_symfony2_with_behat_mink_and_zombiejs.html
This guide is now available under this URL:
http://docs.behat.org/cookbook/bdd_in_symfony2_with_behat_mink_and_zombiejs.html
Did you try the reload step?
I'm not exactly sure, but I believe the issue is somewhere within Zombie.js.
There are even more issues with Zombie.js. That's why we switched to Sahi. It's not as fast, but by our experience with both variants way more reliable
@cordoval is a like minded individual
Hi again.
As @havvg suggested, putting a "And I reload the page" seems to work, the odd thing is that this needs to be put after each "When I move backward one page".
Seems a bug to me. Should I rely on this trick or should I move to another driver? Saphi?
Many thanks.
That's why we switched to Sahi.
Oh. Thanks. I was writing at the same time as you guys, now I notice your comments.
Thanks. I think I will make the switch to Sahi; I think it is not safe to rely a serious project with this kind of bug + workarounds :D
Many thanks.
The problem is that the development of Zombie.js went very fast in the last few month with a lot of refactoring and new internal libraries. It's pretty hard to keep up with all the compatibility issues, especially when you can only spent a pretty small amount on your time on your open source projects :-/
In my experience, everything below v0.13.0 works pretty well with the current version of the ZombieDriver.
Hi guys.
Im having the same Cordoval issue for the zombie driver:
I'm using symfony2 beta3 with this config for composer:
I've tried to use default_session:symfony2, and use the @mink:zombie annotation, also just leaving the default_session:zombie.
Any advice? Thanks.