Skip to content

using drag handle for test brakes it #48

@xploshioOn

Description

@xploshioOn
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions