Merge "Use more diverse unicode chars in basic browser tests"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 13 Jun 2018 13:27:54 +0000 (13:27 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 13 Jun 2018 13:27:54 +0000 (13:27 +0000)
tests/selenium/specs/page.js

index 5dbe84b..069a6aa 100644 (file)
@@ -11,7 +11,7 @@ describe( 'Page', function () {
                name;
 
        function getTestString( suffix = 'defaultsuffix' ) {
-               return Math.random().toString() + '-öäü-♠♣♥♦-' + suffix;
+               return Math.random().toString() + '-Iñtërnâtiônàlizætiøn☃-' + suffix;
        }
 
        before( function () {