diff --git a/src/tests/frontend/helper/methods.js b/src/tests/frontend/helper/methods.js index 97ea6a643..57784daef 100644 --- a/src/tests/frontend/helper/methods.js +++ b/src/tests/frontend/helper/methods.js @@ -49,7 +49,8 @@ helper.edit = async (message, line) => { * * @returns {Array.} array of divs */ -helper.linesDiv = () => helper.padInner$('.ace-line').map(function () { return $(this); }).get(); +helper.linesDiv = + () => helper.padInner$('.ace-line').map(function () { return helper.padInner$(this); }).get(); /** * The pad text as an array of lines