Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Enable test after fix in Flow (#294)
Browse files Browse the repository at this point in the history
The issue #71 was fixed by the changes introduced with
vaadin/flow#4459
  • Loading branch information
gilberto-torrezan authored and Denis committed Aug 1, 2018
1 parent aff9356 commit b191050
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit b191050

Please sign in to comment.