Skip to content

Commit b6db414

Browse files
committed
WIP
1 parent ff2f297 commit b6db414

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/Tests/ViewTypes/SearchFieldTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)