comment on test

This commit is contained in:
Niels Lyngsø
2024-08-30 09:16:03 +02:00
parent 26be8b7a20
commit 14a7c6d6fc

View File

@@ -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) => {