aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uitest/src/test/java/com/vaadin/tests/components/grid/GridPopupViewTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/components/grid/GridPopupViewTest.java b/uitest/src/test/java/com/vaadin/tests/components/grid/GridPopupViewTest.java
index 06169337a5..658ed8e1d5 100644
--- a/uitest/src/test/java/com/vaadin/tests/components/grid/GridPopupViewTest.java
+++ b/uitest/src/test/java/com/vaadin/tests/components/grid/GridPopupViewTest.java
@@ -50,7 +50,7 @@ public class GridPopupViewTest extends MultiBrowserTest {
Assert.assertEquals(500, rect.width);
Assert.assertEquals(38, rect.height);
findElement(By.className("v-ui")).click();
- Assert.assertTrue($(GridElement.class).all().isEmpty());
+ waitForElementNotPresent(By.className("v-grid"));
}
}