Skip to content

Commit bdb6ea9

Browse files
author
Natalia Momotenko
committed
MAGETWO-31855: UI improvements
- Fixed test
1 parent b8ada3c commit bdb6ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/framework/Magento/TestFramework/Inspection/WordsFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class WordsFinder
1717
*/
1818
protected $_binaryExtensions = [
1919
'jpg', 'jpeg', 'png', 'gif', 'swf', 'mp3', 'avi', 'mov', 'flv', 'jar', 'zip',
20-
'eot', 'ttf', 'woff', 'ico', 'svg',
20+
'eot', 'ttf', 'woff', 'woff2', 'ico', 'svg',
2121
];
2222

2323
/**

0 commit comments

Comments
 (0)