testiumjs / testium-core

Juggling the bits and pieces to run integration tests
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Initial URL is never the new page URL #20

Closed jkrems closed 8 years ago

jkrems commented 8 years ago

When opening a URL before visiting any URL via navigateTo '/url/path', the current code tries to call split on undefined. Which throws, crashing the proxy, and breaking testium completely.

jkrems commented 8 years ago

The tests are failing because selenium-download is still broken. - https://github.com/groupon/selenium-download/pull/17

jkrems commented 8 years ago

Now passing!

EndangeredMassa commented 8 years ago

:+1: