Tidy up the naming of spaces a bit more. (#4955)
* Rename SpaceListScreen to SpacesScreen To avoid confusion with the SpaceRoomListProxy. * Rename SpaceExplorerFlowCoordinator to SpacesTabFlowCoordinator and ChatsFlowCoordinator to ChatsTabFlowCoordinator.
This commit is contained in:
@@ -639,10 +639,6 @@ extension AccessibilityTests {
|
||||
try await performAccessibilityAudit(named: "SpaceHeaderView_Previews")
|
||||
}
|
||||
|
||||
func testSpaceListScreen() async throws {
|
||||
try await performAccessibilityAudit(named: "SpaceListScreen_Previews")
|
||||
}
|
||||
|
||||
func testSpaceRoomCell() async throws {
|
||||
try await performAccessibilityAudit(named: "SpaceRoomCell_Previews")
|
||||
}
|
||||
@@ -659,6 +655,10 @@ extension AccessibilityTests {
|
||||
try await performAccessibilityAudit(named: "SpacesAnnouncementSheetView_Previews")
|
||||
}
|
||||
|
||||
func testSpacesScreen() async throws {
|
||||
try await performAccessibilityAudit(named: "SpacesScreen_Previews")
|
||||
}
|
||||
|
||||
func testSplashScreen() async throws {
|
||||
try await performAccessibilityAudit(named: "SplashScreen_Previews")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user