Initial setup for the SpaceListScreen. (#4380)

This commit is contained in:
Doug
2025-08-05 11:06:26 +01:00
committed by GitHub
parent 69223b9601
commit fead5ff191
20 changed files with 356 additions and 6 deletions

View File

@@ -583,6 +583,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "SoftLogoutScreen_Previews")
}
func testSpaceListScreen() async throws {
try await performAccessibilityAudit(named: "SpaceListScreen_Previews")
}
func testSplashScreen() async throws {
try await performAccessibilityAudit(named: "SplashScreen_Previews")
}