From e5230e6a2433f5c8a74c66b73e96d0454866d316 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 7 Aug 2014 15:47:54 +0300 Subject: [PATCH] Remove unnecessary compareScreen from GridStaticSectionComponentTest Change-Id: I60d30508ba9a57a704b11032d970121bfb640793 --- .../grid/basicfeatures/GridStaticSectionComponentTest.java | 2 -- 1 file changed, 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 -- 2.39.5