diff --git a/tests/javascripts/support/helpers/html.js b/tests/javascripts/support/helpers/html.js index 441feb08c..dacc0f930 100644 --- a/tests/javascripts/support/helpers/html.js +++ b/tests/javascripts/support/helpers/html.js @@ -39,16 +39,14 @@ function templatesAndFoldersCheckboxes (hierarchy) { hierarchy.forEach((node, idx) => { result += ` -
-
- - -
-

- - ${node.label} - -

+
+ + + + ${node.label} + ${node.meta}
`;