From ce33035a74c1b145836bbb6a5df9122da8c9deb9 Mon Sep 17 00:00:00 2001 From: Gilberto Torrezan Date: Wed, 1 Aug 2018 15:38:36 +0300 Subject: [PATCH] Enable test after fix in Flow (#294) The issue #71 was fixed by the changes introduced with https://github.com/vaadin/flow/pull/4459 --- .../vaadin/flow/component/grid/it/GridWithTemplateIT.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/test/java/com/vaadin/flow/component/grid/it/GridWithTemplateIT.java b/src/test/java/com/vaadin/flow/component/grid/it/GridWithTemplateIT.java index 8a05ba02..0ee148d1 100644 --- a/src/test/java/com/vaadin/flow/component/grid/it/GridWithTemplateIT.java +++ b/src/test/java/com/vaadin/flow/component/grid/it/GridWithTemplateIT.java @@ -19,7 +19,6 @@ import org.junit.Assert; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; @@ -88,10 +87,8 @@ public void standaloneGrid_headerWithTemplates_buttonIsClicked_headerIsUpdated() } @Test - @Ignore /* - * Ignored due to the issue - * https://github.com/vaadin/vaadin-grid-flow/issues/71 + * Test for the issue https://github.com/vaadin/vaadin-grid-flow/issues/71 */ public void injectedGrid_detailsWithTemplates_buttonIsClicked_detailIsUpdated() { WebElement gridInATemplate = findElement(