From f576daf35d67e5a7659493b02507d34dfb9f99e9 Mon Sep 17 00:00:00 2001 From: Maxim Tsoy Date: Thu, 19 Dec 2024 13:51:29 +0100 Subject: [PATCH] Enable the filterlist integration test --- IntegrationTests/AutoconsentIntegrationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntegrationTests/AutoconsentIntegrationTests.swift b/IntegrationTests/AutoconsentIntegrationTests.swift index e8b465c5b0..aa5fef0b1a 100644 --- a/IntegrationTests/AutoconsentIntegrationTests.swift +++ b/IntegrationTests/AutoconsentIntegrationTests.swift @@ -174,7 +174,7 @@ class AutoconsentIntegrationTests: XCTestCase { } @MainActor - func disabled_testFilterlistRule_whenFakeCookieBannerIsDisplayed_bannerIsHidden() async throws { + func testFilterlistRule_whenFakeCookieBannerIsDisplayed_bannerIsHidden() async throws { // enable the feature CookiePopupProtectionPreferences.shared.isAutoconsentEnabled = true let url = URL(string: "http://privacy-test-pages.site/features/autoconsent/filterlist.html")!