Merge pull request #6322 from element-hq/feature/bma/iterateDesignOnAttachment

Design iteration on file attachment in the timeline
This commit is contained in:
Benoit Marty
2026-03-23 14:37:54 +01:00
committed by GitHub
35 changed files with 112 additions and 81 deletions

View File

@@ -61,7 +61,8 @@ class KonsistPreviewTest {
.functions()
.withAllAnnotationsOf(PreviewsDayNight::class)
.assertTrue {
it.text.contains("ElementPreview")
it.text.contains("ElementPreview") ||
it.text.contains("ElementTimelineItemPreview")
}
}