Add a SpaceScreen for listing rooms and subspaces within a space. (#4412)
This commit is contained in:
@@ -583,6 +583,10 @@ extension AccessibilityTests {
|
||||
try await performAccessibilityAudit(named: "SoftLogoutScreen_Previews")
|
||||
}
|
||||
|
||||
func testSpaceHeaderView() async throws {
|
||||
try await performAccessibilityAudit(named: "SpaceHeaderView_Previews")
|
||||
}
|
||||
|
||||
func testSpaceListScreen() async throws {
|
||||
try await performAccessibilityAudit(named: "SpaceListScreen_Previews")
|
||||
}
|
||||
@@ -591,6 +595,10 @@ extension AccessibilityTests {
|
||||
try await performAccessibilityAudit(named: "SpaceRoomCell_Previews")
|
||||
}
|
||||
|
||||
func testSpaceScreen() async throws {
|
||||
try await performAccessibilityAudit(named: "SpaceScreen_Previews")
|
||||
}
|
||||
|
||||
func testSplashScreen() async throws {
|
||||
try await performAccessibilityAudit(named: "SplashScreen_Previews")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user