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 40fa855 commit e8ad1f5Copy full SHA for e8ad1f5
Tests/ResponsiveTextFieldTests/ResponsiveTextFieldTests.swift
@@ -50,6 +50,7 @@ final class ResponsiveTextFieldTests: XCTestCase {
50
}
51
52
func testTextFieldCustomTextStyle() {
53
+ XCTExpectFailure("Needs re-recording for iOS 15")
54
assertSnapshot(
55
matching: ResponsiveTextField(
56
placeholder: "Placeholder Text",
@@ -65,8 +66,7 @@ final class ResponsiveTextFieldTests: XCTestCase {
65
66
)
67
68
- func testTextFieldCustomTextAlignment() {
69
- XCTExpectFailure("Needs re-recording for iOS 15")
+ func testTextFieldCustomTextAlignment() {
70
71
72
0 commit comments