Updated phantomjs dependency.#20
Conversation
…tomjs 2.0.0 (on Windows).
|
It's strange that test has failed. I think, it depends on platform and phantom version. If you compare actual and expected png-s - they completely the same. But for some reason bytes of these files is not the same. |
|
I just put files generated on linux and tests has passed. |
|
The different expected images are not unexpected, different versions of PhantomJS yield different output, as long as they look the same, we're good. Just using the following works just fine on a mac. var sourceUrl = 'file:///' + source;Does this also work on linux? If it does, we don't need the workaround and we can just use the And lastly, the |
Plus added workaround for regression in phantomjs 2.0.0 (on Windows).