Alex
Alex
Aren't there any steps already that call `visit` or `visitPath`?
What is your Zombie and NodeJS version? I'm suspecting that you're using Zombie 4.x version on NodeJS, which won't work. You either need to install Zombie 3.x specifically via `npm`...
There were 2 major releases since that version for both Zombie and MinkZombieDriver. I recommend you upgrading at least to Zombie 2.
But theoretically it should be working, because @geraldvillorente is using MinkZombieDriver and Zombie versions that were working together several years ago :wink:
This was long time ago. I already forgot about these dark times. Maybe we can mention supported Zombie versions or better yet not supported ones on driver repo homepage?
Good to know. The problem is, that people report driver specific issues to Mink and MinkExtension repos instead of corresponding driver repos even though contribution docs clearly say where issues...
That's what I've already mentioned above. Please use Zombie 3.x
What if you clone https://github.com/minkphp/MinkZombieDriver repo and run tests in it? If tests will pass, then probably combination of page HTML and executed commands in the driver uncover some edge...
What you're describing is PageObject approach, where the only place CSS used to locate stuff is stored inside PageObject classes and then in steps you just specify what you want...