From: Stas Vilchik Date: Thu, 16 Apr 2015 13:09:53 +0000 (+0200) Subject: fix timezone failure of web tests, again X-Git-Tag: 5.2-RC1~2247 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d5f9a7ebb130207624e66865ce6fdbd22ceb5e5c;p=sonarqube.git fix timezone failure of web tests, again --- diff --git a/server/sonar-web/src/test/js/quality-profiles.js b/server/sonar-web/src/test/js/quality-profiles.js index 1ff4d2330a5..441c11f14e0 100644 --- a/server/sonar-web/src/test/js/quality-profiles.js +++ b/server/sonar-web/src/test/js/quality-profiles.js @@ -836,7 +836,7 @@ casper.test.begin(testName('Changelog'), 21, function (test) { test.assertSelectorContains('#quality-profile-changelog tbody tr:nth-child(1)', 'Synchronisation should not'); test.assertSelectorContains('#quality-profile-changelog tbody tr:nth-child(1)', 'BLOCKER'); - test.assertSelectorContains('#quality-profile-changelog tbody tr:nth-child(2)', 'April 13 2015 1:44 PM'); + test.assertSelectorContains('#quality-profile-changelog tbody tr:nth-child(2)', 'April 13 2015'); test.assertSelectorContains('#quality-profile-changelog tbody tr:nth-child(2)', 'Anakin Skywalker'); test.assertSelectorContains('#quality-profile-changelog tbody tr:nth-child(2)', 'ACTIVATED'); test.assertSelectorContains('#quality-profile-changelog tbody tr:nth-child(2)', 'Double.longBitsToDouble');