Add a view with instructions for enabling backups in Element Classic. (#5359)

No presentation logic yet.
This commit is contained in:
Doug
2026-04-08 11:03:30 +01:00
committed by GitHub
parent 5574dc8ab7
commit d34c38d48a
11 changed files with 107 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "AudioRoomTimelineView_Previews")
}
func testAuthenticationClassicAppBackupInstructionsView() async throws {
try await performAccessibilityAudit(named: "AuthenticationClassicAppBackupInstructionsView_Previews")
}
func testAuthenticationStartScreen() async throws {
try await performAccessibilityAudit(named: "AuthenticationStartScreen_Previews")
}