From: WMDE-Fisch Date: Thu, 1 Feb 2018 08:52:10 +0000 (+0100) Subject: Use more diverse unicode chars in basic browser tests X-Git-Tag: 1.34.0-rc.0~5089^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=3ad98462e7bf9af31dfda7ec77dbb8f010fc8c5d;p=lhc%2Fweb%2Fwiklou.git Use more diverse unicode chars in basic browser tests See comment in I3423011c467b0a6426cfa0dad522435618f24bd0 and https://mathiasbynens.be/notes/javascript-unicode#poo-test Decided on using something more positive than a pile of poo though. Change-Id: Ic34d0d78044cede71fd1cd8742214c117ed2e99f --- diff --git a/tests/selenium/specs/page.js b/tests/selenium/specs/page.js index 5dbe84b5c4..069a6aa3fd 100644 --- a/tests/selenium/specs/page.js +++ b/tests/selenium/specs/page.js @@ -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 () {