Skip to content

Commit 331b6a2

Browse files
javier-godoypaodb
authored andcommitted
test: add waitForVaadin
1 parent 60dd51b commit 331b6a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/com/flowingcode/vaadin/addons/xterm/integration/AbstractViewTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* XTerm Console Addon
44
* %%
5-
* Copyright (C) 2020 - 2023 Flowing Code
5+
* Copyright (C) 2020 - 2026 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -70,6 +70,7 @@ public void setup() throws Exception {
7070
setDriver(TestBench.createDriver(new ChromeDriver()));
7171
}
7272
getDriver().get(getURL(route));
73+
getCommandExecutor().waitForVaadin();
7374
}
7475

7576
/**

0 commit comments

Comments
 (0)