implementing static location sheet

This commit is contained in:
Mauro Romito
2026-03-06 12:53:39 +01:00
committed by Mauro
parent 2b0771c43c
commit 4633b0b140
45 changed files with 447 additions and 258 deletions

View File

@@ -299,6 +299,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "LocationMarkerView_Previews")
}
func testLocationPickerSheet() async throws {
try await performAccessibilityAudit(named: "LocationPickerSheet_Previews")
}
func testLocationRoomTimelineView() async throws {
try await performAccessibilityAudit(named: "LocationRoomTimelineView_Previews")
}
@@ -699,6 +703,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "StateRoomTimelineView_Previews")
}
func testStaticLocationSheet() async throws {
try await performAccessibilityAudit(named: "StaticLocationSheet_Previews")
}
func testStickerRoomTimelineView() async throws {
try await performAccessibilityAudit(named: "StickerRoomTimelineView_Previews")
}