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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user