implemented the navigation to the manage auth spaces screen

# Conflicts:
#	ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift
#	ElementX/Sources/FlowCoordinators/SpaceSettingsFlowCoordinator.swift
#	ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenCoordinator.swift
#	ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenModels.swift
This commit is contained in:
Mauro Romito
2025-11-27 17:36:34 +01:00
committed by Mauro
parent 3ef7ad4c4d
commit 2968f67514
15 changed files with 340 additions and 51 deletions

View File

@@ -299,6 +299,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "LongPressWithFeedback_Previews")
}
func testManageAuthorizedSpacesScreen() async throws {
try await performAccessibilityAudit(named: "ManageAuthorizedSpacesScreen_Previews")
}
func testManageRoomMemberSheetView() async throws {
try await performAccessibilityAudit(named: "ManageRoomMemberSheetView_Previews")
}