]> source.dussan.org Git - vaadin-framework.git/commitdiff
test fix (missing and wrong screenshots) (#11251)
authorsergey-vaadin <sergey@vaadin.com>
Wed, 17 Oct 2018 07:14:55 +0000 (10:14 +0300)
committerOlli Tietäväinen <ollit@vaadin.com>
Wed, 17 Oct 2018 07:14:55 +0000 (10:14 +0300)
uitest/reference-screenshots/CriticalNotificationsTest-internalErrorDetails_ANY_Chrome__valo_systemnotification.png
uitest/reference-screenshots/CriticalNotificationsTest-sessionExpired_ANY_Chrome__runo_systemnotification.png
uitest/reference-screenshots/CriticalNotificationsTest-sessionExpired_ANY_Chrome__valo_systemnotification.png [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/application/CriticalNotificationsTest.java

index 50d218f6669aed975386f5f131d3419a85fd28c3..c86b8cfd929d1f56edfabe369679f27757484260 100755 (executable)
Binary files a/uitest/reference-screenshots/CriticalNotificationsTest-internalErrorDetails_ANY_Chrome__valo_systemnotification.png and b/uitest/reference-screenshots/CriticalNotificationsTest-internalErrorDetails_ANY_Chrome__valo_systemnotification.png differ
index 962d79fbf5a21eb4307f4c5f839cc1164ef726c8..32c80110c892110d2897834f9b22e128e696e020 100755 (executable)
Binary files a/uitest/reference-screenshots/CriticalNotificationsTest-sessionExpired_ANY_Chrome__runo_systemnotification.png and b/uitest/reference-screenshots/CriticalNotificationsTest-sessionExpired_ANY_Chrome__runo_systemnotification.png differ
diff --git a/uitest/reference-screenshots/CriticalNotificationsTest-sessionExpired_ANY_Chrome__valo_systemnotification.png b/uitest/reference-screenshots/CriticalNotificationsTest-sessionExpired_ANY_Chrome__valo_systemnotification.png
new file mode 100644 (file)
index 0000000..e77057e
Binary files /dev/null and b/uitest/reference-screenshots/CriticalNotificationsTest-sessionExpired_ANY_Chrome__valo_systemnotification.png differ
index 0f43a4e189335932912c368ee42ff0b4d0abbe07..aa590f272822d20cde9c876d28c1dde8ca747955 100644 (file)
@@ -64,7 +64,7 @@ public class CriticalNotificationsTest extends MultiBrowserThemeTest {
         testBench().disableWaitForVaadin();
 
         // Give the notification some time to animate
-        sleep(2000);
+        sleep(1000);
         compareScreen($(NotificationElement.class).first(),
                 "systemnotification");
     }