diff --git a/tests/ui/scripts/Utils/utils.js b/tests/ui/scripts/Utils/utils.js
index 6c31f5be7..70928e3c6 100644
--- a/tests/ui/scripts/Utils/utils.js
+++ b/tests/ui/scripts/Utils/utils.js
@@ -161,14 +161,14 @@ function encodeUrisToQmlFormat (text, options) {
var ext = getExtension(match)
if (includes([ 'jpg', 'jpeg', 'gif', 'png', 'svg' ], ext)) {
images += ''
+ ) + ' src="' + match + '" />'
}
return '' + match + ''
@@ -178,7 +178,7 @@ function encodeUrisToQmlFormat (text, options) {
images = '
' + text + '
') } // -------------------------------------------------------------------