diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-10-01 10:28:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 10:28:33 +0300 |
commit | a7424153dcabcfd4adc8eb2147e9bcc9a5059ac4 (patch) | |
tree | ba3aa9880f3c0204383044bf97766a1c9ea6d95f /uitest/src/test | |
parent | f4aa8eee8796e73691d60f48820715549420d86f (diff) | |
download | vaadin-framework-a7424153dcabcfd4adc8eb2147e9bcc9a5059ac4.tar.gz vaadin-framework-a7424153dcabcfd4adc8eb2147e9bcc9a5059ac4.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.java | 1 |
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" |