You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`qml_test_onboarding.py`| Walks through the full onboarding flow (Cover → Strengthen → Blockclock → StorageLocation → StorageAmount → Connection) |
275
296
|`qml_test_send_receive.py`| Full send/receive E2E: create/fund wallet via RPC, create receive request in QML, send in QML, confirm via RPC, verify Activity update |
297
+
|`qml_test_psbt_operations.py`| PSBT operations E2E: export unsigned PSBT from review, assert invalid-clipboard import failure, recover via valid import, sign/finalize, broadcast, verify txid in mempool |
276
298
277
299
## Prerequisite: `objectName` annotations
278
300
@@ -341,6 +363,7 @@ their buttons:
341
363
|`test/functional/qml_test_bridge_sanity.py`| Bridge protocol sanity test |
342
364
|`test/functional/qml_test_onboarding.py`| Onboarding flow walk-through test |
343
365
|`test/functional/qml_test_send_receive.py`| Send/receive end-to-end test |
366
+
|`test/functional/qml_test_psbt_operations.py`| PSBT operations end-to-end test |
0 commit comments