read receipt cell should be grouped and the avatar accessibility hidden
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user