implemented the basics of the flow coordinator, the logic and the navigation flow to get to the space settings view

This commit is contained in:
Mauro Romito
2025-10-28 18:40:52 +01:00
committed by Mauro
parent 231185e673
commit 943e550658
19 changed files with 460 additions and 7 deletions

View File

@@ -631,6 +631,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "SpaceScreen_Previews")
}
func testSpaceSettingsScreen() async throws {
try await performAccessibilityAudit(named: "SpaceSettingsScreen_Previews")
}
func testSpacesAnnouncementSheetView() async throws {
try await performAccessibilityAudit(named: "SpacesAnnouncementSheetView_Previews")
}