Skip to content

Commit 2f09c82

Browse files
committed
Update withKnownIssue comment for some UI test case
1 parent a00eaae commit 2f09c82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Example/OpenSwiftUIUITests/Animation/Animation/AnimationCompletionUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct AnimationCompletionUITests {
4747
}
4848
// When run seperately, precision: 1.0 works fine
4949
// but in the full suite, it will hit the same issue of #340
50-
withKnownIssue("#340", isIntermittent: true) {
50+
withKnownIssue("#690", isIntermittent: true) {
5151
openSwiftUIAssertAnimationSnapshot(
5252
of: ContentView()
5353
)

Example/OpenSwiftUIUITests/Animation/Animation/BezierAnimationUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct BezierAnimationUITests {
7777
}
7878
// When run seperately, precision: 1.0 works fine
7979
// but in the full suite, it will hit the same issue of #340
80-
withKnownIssue("$340", isIntermittent: true) {
80+
withKnownIssue("$690", isIntermittent: true) {
8181
openSwiftUIAssertAnimationSnapshot(
8282
of: ContentView(),
8383
)

Example/OpenSwiftUIUITests/Animation/Animation/RepeatAnimationUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct RepeatAnimationUITests {
3131
}
3232
}
3333
}
34-
withKnownIssue("#340", isIntermittent: true) {
34+
withKnownIssue("#690", isIntermittent: true) {
3535
openSwiftUIAssertAnimationSnapshot(
3636
of: ContentView(autoreverses: autoreverses),
3737
testName: #function + "\(autoreverses)"

Example/OpenSwiftUIUITests/Graphic/Color/ColorUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct ColorUITests {
7575
}
7676
}
7777
}
78-
withKnownIssue("#340", isIntermittent: true) {
78+
withKnownIssue("#690", isIntermittent: true) {
7979
openSwiftUIAssertAnimationSnapshot(of: ContentView())
8080
}
8181
}

0 commit comments

Comments
 (0)