Render the live location timeline item (#5209)
* created the data for the timeline item # Conflicts: # ElementX/Sources/Other/Logging/Tracing.swift # ElementX/Sources/Services/Authentication/AuthenticationService.swift # ElementX/Sources/Services/Authentication/LinkNewDeviceService.swift * Implemented the LLS timeline item * updated preview tests * pr and design suggestions * previewscrollview is debug only
This commit is contained in:
@@ -291,6 +291,10 @@ extension AccessibilityTests {
|
||||
try await performAccessibilityAudit(named: "LinkNewDeviceScreen_Previews")
|
||||
}
|
||||
|
||||
func testLiveLocationRoomTimelineView() async throws {
|
||||
try await performAccessibilityAudit(named: "LiveLocationRoomTimelineView_Previews")
|
||||
}
|
||||
|
||||
func testLoadableImage() async throws {
|
||||
try await performAccessibilityAudit(named: "LoadableImage_Previews")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user