Unit tests on elements have been failing every so often with one of the following three errors:
<nuxeo-search-data> multiple-groups FAILED<nuxeo-search-data> multiple-groups FAILED [object CustomEvent] (undefined:undefined) _handleError@/var/folders/k6/zbb57sm16m7fdx81367j9qxr0000gn/T/_karma_webpack_/commons.js:1321:1692 Firefox 67.0.0 (Mac OS X 10.14.0) <nuxeo-search-data> multiple-groups FAILED [object CustomEvent] (undefined:undefined) _handleError@/var/folders/k6/zbb57sm16m7fdx81367j9qxr0000gn/T/_karma_webpack_/commons.js:1321:1692
<nuxeo-directory-checkbox> When I have a radio group widget initialized with English Then I can select French and it deselects English FAILED Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
<nuxeo-directory-suggestion> When I have a suggestion widget Then it works FAILED Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
The first one is the most persistent and needs to be fixed ASAP. The other two might be resultant of the current slowness on CI.