comment on test
This commit is contained in:
@@ -149,6 +149,7 @@ describe('UmbSorterController', () => {
|
||||
|
||||
describe('enable', () => {
|
||||
it('sets all allowed items to draggable', () => {
|
||||
// [NL] I have experienced an issue with this test, it may need a little delay before testing for this. As the test relies on DOM.
|
||||
const items = element.getSortableItems();
|
||||
expect(items.length).to.equal(3);
|
||||
items.forEach((item) => {
|
||||
|
||||
Reference in New Issue
Block a user