We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32609e commit 96754ddCopy full SHA for 96754dd
Tests/Tests/ViewTypes/TabViewTests.swift
@@ -46,6 +46,7 @@ struct TabViewTests {
46
}
47
48
49
+ @available(tvOS, unavailable)
50
@Test func introspectWithNonRootPlacement() async throws {
51
try await introspection(of: PlatformTabView.self) { spy in
52
GroupBox {
@@ -64,6 +65,7 @@ struct TabViewTests {
64
65
66
67
68
69
@Test func introspectWithNonRootPlacementAsAncestor() async throws {
70
71
0 commit comments