Browse Source

Improve stability of JavaScriptRenderersTest (#9864)

tags/8.2.0.alpha1
Henri Sara 6 years ago
parent
commit
5a3e3c8c6a

+ 2
- 0
uitest/src/test/java/com/vaadin/tests/components/grid/JavaScriptRenderersTest.java View File

@@ -56,6 +56,8 @@ public class JavaScriptRenderersTest extends MultiBrowserTest {
@Test
public void testJavaScriptRendererDestroy() {
openTestURL("debug");
// make sure the log tab is open
openDebugLogTab();
waitForDebugMessage(
"Your JavaScript connector (com_vaadin_tests_components_grid_JavaScriptStringRendererWithDestoryMethod) has a typo. The destory method should be renamed to destroy.");


Loading…
Cancel
Save