parent
8a760bdc99
commit
cc9138dff1
|
@ -36,7 +36,7 @@ class SendTests: XCTestCase {
|
|||
usNumberFormatter.locale = Locale(identifier: "en_US")
|
||||
}
|
||||
|
||||
// TODO: FIXME
|
||||
// TODO: [#1349] fix the tests https://github.com/Electric-Coin-Company/zashi-ios/issues/1349
|
||||
// @MainActor func testSendSucceeded() async throws {
|
||||
// // the test needs to pass the exportWallet() so we simulate some in the keychain
|
||||
// try storage.importWallet(bip39: "one two three", birthday: nil)
|
||||
|
|
|
@ -22,7 +22,7 @@ class PrivateDataConsentSnapshotTests: XCTestCase {
|
|||
|
||||
addAttachments(PrivateDataConsentView(store: store))
|
||||
|
||||
// TODO: FIXME
|
||||
// TODO: [#1349] fix the tests https://github.com/Electric-Coin-Company/zashi-ios/issues/1349
|
||||
// ViewStore(store, observe: { $0 }).send(.binding(.set(\.$isAcknowledged, true)))
|
||||
//
|
||||
// addAttachments(PrivateDataConsentView(store: store))
|
||||
|
|
|
@ -148,7 +148,7 @@ class TabsTests: XCTestCase {
|
|||
|
||||
await store.receive(.send(.resetForm))
|
||||
|
||||
// TODO: FIXME
|
||||
// TODO: [#1349] fix the tests https://github.com/Electric-Coin-Company/zashi-ios/issues/1349
|
||||
// await store.receive(.send(.transactionAmountInput(.textField(.set("".redacted))))) { state in
|
||||
// state.sendState.transactionAmountInputState.textFieldState.valid = true
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue