]> source.dussan.org Git - sonarqube.git/commitdiff
fix timezone failure of web tests, again
authorStas Vilchik <vilchiks@gmail.com>
Thu, 16 Apr 2015 13:09:53 +0000 (15:09 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 16 Apr 2015 13:09:53 +0000 (15:09 +0200)
server/sonar-web/src/test/js/quality-profiles.js

index 1ff4d2330a5fa0922f8b95b1adde312319febe4e..441c11f14e04f8bad1fa548552fc35e4d0dced81 100644 (file)
@@ -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');