status-desktop/test/ui-test/testSuites/suite_wallet
Stefan 691de11211 fix(Wallet) network selection and unify network implementations
Major changes:

- Don't allow empty network selection. End up using the nim model
  directly instead because of individual row changes issues
  encountered with nim models
- Made the clone model a generic implementation to be used in other
places where we need to clone a model: ReceiveModal,
AddEditSavedAddressPopup
- Use cloned model as alternative to NetworksExtraStoreProxy in
  ReceiveModal
- Added tristate support to our generic checkbox control
- UX improvements as per design
- Fix save address tests naming and zero address issue
- Various fixes

Notes:
- Failed to make NetworkSelectPopup follow ground-truth: show partially
  checked as user intention until the network is selected in the
  source model. Got stuck on nim models not being stable models and
  report wrong entry change when reset. Tried sorting and only updating
  changes without reset but it didn't work.
- Moved grouped property SingleSelectionInfo to its own file from
  an inline component after finding out that it fails to load on Linux
  with error "Cannot assign to property of unknown type: "*".".
  It works on MacOS as expected

Closes: #10119
2023-04-20 19:34:24 +02:00
..
data test(suite_wallet): Created new suite_wallet 2022-10-04 17:56:06 +02:00
dev feat(@desktop/wallet): Implement connection error screens 2023-03-23 15:26:22 +01:00
shared feature(@desktop/ui-tests): managing wallet accounts tests added 2023-04-13 19:51:10 +02:00
tst_transaction chore(@desktop): Set mayfail to "The user sends a transaction" scenario 2023-03-27 19:43:10 +02:00
tst_wallet fix(Wallet) network selection and unify network implementations 2023-04-20 19:34:24 +02:00
tst_wallet_section_accounts_management tests: managing wallet accounts tests marked as `@mayfail` 2023-04-13 19:51:10 +02:00
config.xml test(@wallet): enable all wallet test 2022-10-17 11:15:18 +02:00
suite.conf feature(@desktop/ui-tests): managing wallet accounts tests added 2023-04-13 19:51:10 +02:00