tca-navigation-update

- TODO with the issue linked added
This commit is contained in:
Lukas Korba 2024-09-09 10:55:37 +02:00
parent 8a760bdc99
commit cc9138dff1
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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))

View File

@ -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
// }