diff --git a/Mastodon/Scene/HomeTimeline/View/HomeTimelineNavigationBarTitleView.swift b/Mastodon/Scene/HomeTimeline/View/HomeTimelineNavigationBarTitleView.swift index 7e51057bc..97b6eb8d3 100644 --- a/Mastodon/Scene/HomeTimeline/View/HomeTimelineNavigationBarTitleView.swift +++ b/Mastodon/Scene/HomeTimeline/View/HomeTimelineNavigationBarTitleView.swift @@ -62,6 +62,7 @@ extension HomeTimelineNavigationBarTitleView { button.addTarget(self, action: #selector(HomeTimelineNavigationBarTitleView.buttonDidPressed(_:)), for: .touchUpInside) logoButton.accessibilityIdentifier = "TitleButton" + logoButton.accessibilityTraits = [.header, .button] button.accessibilityIdentifier = "TitleButton" } }