Merge "Allow extra slots in write-both/read-new mode."
[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 };