We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dd51b commit 331b6a2Copy full SHA for 331b6a2
1 file changed
src/test/java/com/flowingcode/vaadin/addons/xterm/integration/AbstractViewTest.java
@@ -2,7 +2,7 @@
2
* #%L
3
* XTerm Console Addon
4
* %%
5
- * Copyright (C) 2020 - 2023 Flowing Code
+ * Copyright (C) 2020 - 2026 Flowing Code
6
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
* you may not use this file except in compliance with the License.
@@ -70,6 +70,7 @@ public void setup() throws Exception {
70
setDriver(TestBench.createDriver(new ChromeDriver()));
71
}
72
getDriver().get(getURL(route));
73
+ getCommandExecutor().waitForVaadin();
74
75
76
/**
0 commit comments