hit region issues were caused by dynamic type checks not working properly, so they have been removed

This commit is contained in:
Mauro Romito
2025-07-21 19:40:26 +02:00
committed by Mauro
parent 46683063c6
commit 2a24b11c15
6 changed files with 3 additions and 18 deletions

View File

@@ -91,9 +91,9 @@ final class AccessibilityTests: XCTestCase {
private static let notHumanReadableMessage = "Label not human-readable"
/// Use this array to filter add specific filters to ignore specific issues for certain elements
private static let ignoredA11yIdentifiers: [String: [FilterType]] = [A11yIdentifiers.authenticationStartScreen.appVersion: [.auditType(.hitRegion)],
A11yIdentifiers.pollView.summary: [.auditType(.hitRegion)],
A11yIdentifiers.serverConfirmationScreen.serverPicker: [.compactDescription(notHumanReadableMessage)]]
private static let ignoredA11yIdentifiers: [String: [FilterType]] = [
A11yIdentifiers.serverConfirmationScreen.serverPicker: [.compactDescription(notHumanReadableMessage)]
]
}
private enum FilterType {