]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use a distinct screenshot to workaround OS differences.
authorLeif Åstrand <leif@vaadin.com>
Wed, 14 Aug 2013 06:00:58 +0000 (09:00 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 14 Aug 2013 06:00:58 +0000 (09:00 +0300)
uitest/src/com/vaadin/tests/components/label/LabelModes.java

index cec0bef129861699cbdd95d64679f2e556f5c27a..dc1303eae17fea210241e0108a59a4efaeef8341 100644 (file)
@@ -12,7 +12,7 @@ public class LabelModes extends ComponentTestCase<Label> {
     public static class LabelModesTest extends MultiBrowserTest {
         @Test
         public void test() throws Exception {
-            compareScreen("labelmodes");
+            compareScreen("labelmodes-tb3");
         }
 
     }