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

Enable test after fix in Flow (#294) #295

Merged
merged 1 commit into from
Aug 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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