dunnkers / ember-polymer

Use Polymer in your ambitious Ember application! 💎
https://dunnkers.github.io/ember-polymer/
MIT License
21 stars 6 forks source link

HTML Imports do not always load in PhantomJS 👿 #59

Closed dunnkers closed 7 years ago

dunnkers commented 7 years ago

Causing all tests to fail randomly. Caused when the polyfill is not loaded on time. This is a known issue and is described on several places: https://stackoverflow.com/questions/30036762/how-do-you-write-end-to-end-tests-for-polymer-js-based-application-circa-may, https://github.com/webcomponents/webcomponentsjs/issues/239, https://github.com/Polymer/project/issues/20, https://github.com/webcomponents/webcomponentsjs/issues/773

Original Github Project card: "Sometimes, in acceptance/about-tests.js, button is null. This is because the page is rendered, and then html disappears."