Skip to content

Commit

Permalink
Enable the filterlist integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov authored Dec 19, 2024
1 parent 9adcbee commit f576daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IntegrationTests/AutoconsentIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")!
Expand Down

0 comments on commit f576daf

Please sign in to comment.