Skip to content

Commit

Permalink
chore: re-enable connect ITs (#713)
Browse files Browse the repository at this point in the history
Re-enable tests after fixing wrong "this" binding in Flow loadingStarted/Finished
See #9751.
  • Loading branch information
Johannes Eriksson authored Jan 7, 2021
1 parent 29cf6bd commit 071bd3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions 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.support.ui.ExpectedConditions;
Expand All @@ -30,7 +29,6 @@
/**
* Class for testing issues in a spring-boot container.
*/
@Ignore("Ignored because of https://github.com/vaadin/flow/issues/9751")
public class AppViewIT extends ChromeBrowserTest {

private void openTestUrl(String url) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.junit.After;
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 All @@ -30,7 +29,6 @@
/**
* Class for testing issues in a spring-boot container.
*/
@Ignore("Ignored because of https://github.com/vaadin/flow/issues/9751")
public class AppViewIT extends ChromeBrowserTest {

private void openTestUrl(String url) {
Expand Down

0 comments on commit 071bd3b

Please sign in to comment.