read receipt cell should be grouped and the avatar accessibility hidden

This commit is contained in:
Mauro Romito
2025-07-21 13:35:56 +02:00
committed by Mauro
parent 9c0c0ed03a
commit e29b13fe08
4 changed files with 10 additions and 1 deletions

View File

@@ -91,7 +91,8 @@ 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)]]
private static let ignoredA11yIdentifiers: [String: [FilterType]] = [A11yIdentifiers.authenticationStartScreen.appVersion: [.auditType(.hitRegion)],
A11yIdentifiers.pollView.summary: [.auditType(.hitRegion)]]
}
private enum FilterType {