From d63c9665c8fb6e48685552940ffe58a8cb7c1936 Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Thu, 1 Jul 2021 23:04:54 +0200 Subject: [PATCH] Reenable fx tests --- web/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/gradle.properties b/web/gradle.properties index b3d461ae58..94db78abac 100644 --- a/web/gradle.properties +++ b/web/gradle.properties @@ -1,4 +1,4 @@ COMPOSE_CORE_VERSION=0.5.0-build228 COMPOSE_WEB_VERSION=0.0.16-SNAPSHOT COMPOSE_WEB_BUILD_WITH_EXAMPLES=false -#compose.web.tests.integration.withFirefox=false +compose.web.tests.integration.withFirefox=true