aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uitest/src/test/java/com/vaadin/tests/components/uitest/ThemeTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/components/uitest/ThemeTest.java b/uitest/src/test/java/com/vaadin/tests/components/uitest/ThemeTest.java
index 4f9d095b6b..96108b4064 100644
--- a/uitest/src/test/java/com/vaadin/tests/components/uitest/ThemeTest.java
+++ b/uitest/src/test/java/com/vaadin/tests/components/uitest/ThemeTest.java
@@ -141,6 +141,7 @@ public abstract class ThemeTest extends MultiBrowserTest {
protected void testWindow(int id, String identifier) throws IOException {
$(ButtonElement.class).id("windButton" + id).click();
+ sleep(200);
compareScreen(identifier);
WindowElement window = $(WindowElement.class).first();
if (getTheme() == "chameleon"