From 071bd3bd6adbe08f9629c38e9bf78d6a48669916 Mon Sep 17 00:00:00 2001 From: Johannes Eriksson Date: Thu, 7 Jan 2021 14:30:33 +0200 Subject: [PATCH] chore: re-enable connect ITs (#713) Re-enable tests after fixing wrong "this" binding in Flow loadingStarted/Finished See #9751. --- .../src/test/java/com/vaadin/flow/connect/AppViewIT.java | 2 -- .../src/test/java/com/vaadin/flow/connect/AppViewIT.java | 2 -- 2 files changed, 4 deletions(-) diff --git a/vaadin-spring-tests/test-ts-services-custom-client/src/test/java/com/vaadin/flow/connect/AppViewIT.java b/vaadin-spring-tests/test-ts-services-custom-client/src/test/java/com/vaadin/flow/connect/AppViewIT.java index 44612bc04..5bc3c7939 100644 --- a/vaadin-spring-tests/test-ts-services-custom-client/src/test/java/com/vaadin/flow/connect/AppViewIT.java +++ b/vaadin-spring-tests/test-ts-services-custom-client/src/test/java/com/vaadin/flow/connect/AppViewIT.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.support.ui.ExpectedConditions; @@ -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) { diff --git a/vaadin-spring-tests/test-ts-services/src/test/java/com/vaadin/flow/connect/AppViewIT.java b/vaadin-spring-tests/test-ts-services/src/test/java/com/vaadin/flow/connect/AppViewIT.java index 5cf91cf92..8a33917a0 100644 --- a/vaadin-spring-tests/test-ts-services/src/test/java/com/vaadin/flow/connect/AppViewIT.java +++ b/vaadin-spring-tests/test-ts-services/src/test/java/com/vaadin/flow/connect/AppViewIT.java @@ -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; @@ -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) {