minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

Switch to main window after session reset #142

Closed aik099 closed 8 years ago

aik099 commented 8 years ago

Add call to ->switchToWindow(null); to the reset() method of the driver so that session reuse won't cause popup madness, where next test/scenario starts in popup opened by previous one.

See https://github.com/Behat/MinkExtension/issues/220