]> source.dussan.org Git - archiva.git/commitdiff
avoid black screenshots
authorBrett Porter <brett@apache.org>
Fri, 12 Feb 2010 12:04:36 +0000 (12:04 +0000)
committerBrett Porter <brett@apache.org>
Fri, 12 Feb 2010 12:04:36 +0000 (12:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909376 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/listener/CaptureScreenShotsListener.java

index 947d7cbf3bf80038963acafa0dd3a9a3e1aa5365..8ee826394baf70a0fb9e62d6441c268073e62eb4 100644 (file)
@@ -75,7 +75,7 @@ public class CaptureScreenShotsListener
         {
             selenium.windowMaximize();
             File fileName = new File( targetPath, fileBaseName + ".png" );
-            selenium.captureEntirePageScreenshot( fileName.getAbsolutePath(), "" );
+            selenium.captureEntirePageScreenshot( fileName.getAbsolutePath(), "background=#FFFFFF" );
         }
         catch ( RuntimeException e )
         {