From 3ad98462e7bf9af31dfda7ec77dbb8f010fc8c5d Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Thu, 1 Feb 2018 09:52:10 +0100 Subject: [PATCH] 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 --- tests/selenium/specs/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- 2.20.1