File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ struct SearchFieldTests {
2525 }
2626 }
2727
28- @available ( iOS 26 , * )
28+ @available ( iOS 26 , tvOS 15 , * )
2929 @Test func introspectInNavigationStackInTabView( ) async throws {
3030 try await introspection ( of: PlatformSearchField . self) { spy in
3131 TabView {
@@ -56,7 +56,7 @@ struct SearchFieldTests {
5656 }
5757 }
5858
59- @available ( iOS 26 , * )
59+ @available ( iOS 26 , tvOS 15 , * )
6060 @Test func introspectInNavigationStackInTabViewAsAncestor( ) async throws {
6161 try await introspection ( of: PlatformSearchField . self) { spy in
6262 TabView {
@@ -93,7 +93,7 @@ struct SearchFieldTests {
9393 }
9494 }
9595
96- @available ( iOS 26 , * )
96+ @available ( iOS 26 , tvOS 15 , * )
9797 @Test func introspectInNavigationSplitViewInTabView( ) async throws {
9898 try await introspection ( of: PlatformSearchField . self) { spy in
9999 TabView {
@@ -136,7 +136,7 @@ struct SearchFieldTests {
136136 }
137137 }
138138
139- @available ( iOS 26 , * )
139+ @available ( iOS 26 , tvOS 15 , * )
140140 @Test func introspectInNavigationSplitViewInTabViewAsAncestor( ) async throws {
141141 try await introspection ( of: PlatformSearchField . self) { spy in
142142 TabView {
You can’t perform that action at this time.
0 commit comments