Add the initial implementation for managing spaces. (#4963)
This isn't hooked up into the flows yet.
This commit is contained in:
@@ -639,6 +639,10 @@ extension AccessibilityTests {
|
||||
try await performAccessibilityAudit(named: "SpaceHeaderView_Previews")
|
||||
}
|
||||
|
||||
func testSpaceRemoveChildrenConfirmationView() async throws {
|
||||
try await performAccessibilityAudit(named: "SpaceRemoveChildrenConfirmationView_Previews")
|
||||
}
|
||||
|
||||
func testSpaceRoomCell() async throws {
|
||||
try await performAccessibilityAudit(named: "SpaceRoomCell_Previews")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user