adopted-ember-addons / adopted-ember-addons/ember-paper
Maxiumum call stack error with paper chips in acceptance test
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 879
- Forks
- 327
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
using the `keyEvent` helper in acceptance tests to add items to a `paper-chips` component causes a maximum call stack error in phantomjs but works fine in browser this is a huge pain for testing on travis though the code is simply
```js
keyEvent('.chips-wrapper input', 'keyup', 13)
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.