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 e274702 commit 95f5c2bCopy full SHA for 95f5c2b
Example/OpenSwiftUIUITests/View/DynamicViewContent/ForEachUITests.swift
@@ -165,6 +165,8 @@ struct ForEachUITests {
165
}
166
167
168
- openSwiftUIAssertAnimationSnapshot(of: ContentView())
+ withKnownIssue(isIntermittent: true) {
169
+ openSwiftUIAssertAnimationSnapshot(of: ContentView())
170
+ }
171
172
Example/OpenSwiftUIUITests/View/ToggleUITests.swift
@@ -19,7 +19,9 @@ struct ToggleUITests {
19
20
21
#if os(iOS) || os(visionOS)
22
- openSwiftUIAssertSnapshot(of: ContentView())
+ withKnownIssue(isIntermittent: true) { C
23
+ openSwiftUIAssertSnapshot(of: ContentView())
24
25
#else
26
withKnownIssue("checkBox style is not supported yet") {
27
openSwiftUIAssertSnapshot(of: ContentView())
0 commit comments