summaryrefslogtreecommitdiffstats
path: root/uitest/src/test
diff options
context:
space:
mode:
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>2018-10-01 10:28:32 +0300
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2018-10-02 12:51:21 +0300
commit668dbac5bb7dffd20d24cac8a8b807f06e04af96 (patch)
treea52c258e2ec4a725e5eb29f924060032241af590 /uitest/src/test
parent175f9738016dd35196b7839f5a7a846d4f7e958d (diff)
downloadvaadin-framework-668dbac5bb7dffd20d24cac8a8b807f06e04af96.tar.gz
vaadin-framework-668dbac5bb7dffd20d24cac8a8b807f06e04af96.zip
Introduce delay for ChameleonTheme test (#11210)
Diffstat (limited to 'uitest/src/test')
-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"