Merge "Selenium: Daily Jenkins job targeting beta cluster should run only tests that...
[lhc/web/wiklou.git] / tests / selenium / wdio-mediawiki / Util.js
index fe1ebed..247c958 100644 (file)
@@ -1,5 +1,5 @@
 module.exports = {
        getTestString( prefix = '' ) {
-               return prefix + Math.random().toString() + '-Iñtërnâtiônàlizætiøn';
+               return prefix + Math.random().toString() + '-Iñtërnâtiônàlizætiøn';
        }
 };