Skip to content

Commit 0b665df

Browse files
committed
MC-39042: Improve frontend messages displaying
1 parent 1f811ab commit 0b665df

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Security/view/base/web/js

1 file changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Security/view/base/web/js/escaper.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ define([
134134
},
135135
'link with script content': {
136136
data: '<a href="javascript:void">Click</a>',
137-
expected: '<a>Click</a>'
137+
expected: '<a>Click</a>',
138+
allowedTags: ['a']
138139
}
139140
};
140141
}

0 commit comments

Comments
 (0)