Skip to content
Snippets Groups Projects
Commit 9d5d9ec1 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed karma spec with elements not appearing in DOM

Former-commit-id: 3dfce3ab
parent 3a152bd7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,6 +10,7 @@ describe('Description component', () => {
if (!document.querySelector('.issuable-meta')) {
const metaData = document.createElement('div');
metaData.classList.add('issuable-meta');
metaData.innerHTML = '<span id="task_status"></span><span id="task_status_short"></span>';
 
document.body.appendChild(metaData);
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment