summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2014-08-07 15:47:54 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2014-08-07 15:47:54 +0300
commite5230e6a2433f5c8a74c66b73e96d0454866d316 (patch)
tree43a943e4f5f41f12ba0b2ae8b4af087840d4d109
parentc8e0335ccd4e2af54efe752fc98b20c52fafabcf (diff)
downloadvaadin-framework-e5230e6a2433f5c8a74c66b73e96d0454866d316.tar.gz
vaadin-framework-e5230e6a2433f5c8a74c66b73e96d0454866d316.zip
Remove unnecessary compareScreen from GridStaticSectionComponentTest
Change-Id: I60d30508ba9a57a704b11032d970121bfb640793
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridStaticSectionComponentTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridStaticSectionComponentTest.java b/uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridStaticSectionComponentTest.java
index fe32825d75..d19d870548 100644
--- a/uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridStaticSectionComponentTest.java
+++ b/uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridStaticSectionComponentTest.java
@@ -36,8 +36,6 @@ public class GridStaticSectionComponentTest extends GridBasicFeaturesTest {
// Clicking also triggers sorting
assertEquals("2. Button clicked!", getLogRow(2));
-
- compareScreen("button");
}
@Test