From d5f9a7ebb130207624e66865ce6fdbd22ceb5e5c Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 16 Apr 2015 15:09:53 +0200 Subject: [PATCH] fix timezone failure of web tests, again --- server/sonar-web/src/test/js/quality-profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5