Skip to content

Commit 214f5d9

Browse files
committed
fix test
1 parent aa77b6d commit 214f5d9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ios-base/Managers/ConfigurationManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ConfigurationManager: NSObject {
2828
}
2929

3030
print("""
31-
ThirdPartyKeys.plist NOT FOUND -
31+
\(propertyList).plist NOT FOUND -
3232
Please check your project configuration in: \n https://github.com/rootstrap/ios-base
3333
""")
3434
return nil

ios-base/Networking/Models/Base64Media.swift

-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ class Base64Media: MultipartMedia {
1616
self.base64 = data.asBase64Param(withType: type)
1717
super.init(key: key, data: data, type: type)
1818
}
19-
2019
}

ios-baseUITests/XCUIApplicationExtension.swift

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ extension XCUIApplication {
5050

5151
type(text: password, on: "PasswordTextField", isSecure: true)
5252

53+
toolbarDoneButton.forceTap()
54+
5355
signInButton.forceTap()
5456
}
5557
}

0 commit comments

Comments
 (0)