adopted-ember-addons / adopted-ember-addons/ember-drag-sort
using drag handle for test brakes it
- Langage dominant
- JavaScript
- Étoiles
- 93
- Forks
- 33
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
```
import { create } from 'ember-cli-page-object';
import dragSortList from 'my-app/tests/pages/components/drag-sort-list'
export default create({
sortableList: dragSortList({}, '[draggable]'),
});
```
using this as page object for my tests it just doesn't run it and ignore it.
but just when using `'[draggable]'`, when I just use `sortableList: dragSortList`, it doesn't break the test, but in my case isn't working because I use the handle for it and it shows me just one item on the list. I tried to check on the tests that are already on the repo to find some light but there is no test with the drag handle.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.