Merge "Fix the bug for dates between 1912 and 1941 in Thai language"
[lhc/web/wiklou.git] / tests / selenium / wdio-mediawiki / Util.js
1 module.exports = {
2 getTestString( prefix = '' ) {
3 return prefix + Math.random().toString() + '-Iñtërnâtiônàlizætiøn';
4 }
5 };