You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the changes in issue #30, we can no longer properly test events with options due to phantomjs's incorrect behavior of Object.defineProperty noted here ariya/phantomjs#14310.
We can either wait until a new version of phantomjs roles out and get's added to the npm package phantomjs-prebuilt, or look to moving to Electron or headless chrome.
The text was updated successfully, but these errors were encountered:
I've had to make a hot-fix due to an issue with the latest version of phantomjs not being able to process angular.js 1.5+. Our test cases now use chromium in headless mode.
Due to the changes in issue #30, we can no longer properly test events with options due to phantomjs's incorrect behavior of Object.defineProperty noted here ariya/phantomjs#14310.
We can either wait until a new version of phantomjs roles out and get's added to the npm package
phantomjs-prebuilt
, or look to moving to Electron or headless chrome.The text was updated successfully, but these errors were encountered: