Browse Source

Introduce delay for ChameleonTheme test (#11210)

tags/8.7.0.alpha1
Sun Zhe 5 years ago
parent
commit
a7424153dc
No account linked to committer's email address

+ 1
- 0
uitest/src/test/java/com/vaadin/tests/components/uitest/ThemeTest.java View File

@@ -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"

Loading…
Cancel
Save