status-desktop/test/e2e/tests/wallet_main_screen
Anastasiya Semenkevich 6f9b8e5313 chore: replace methods of waiting views with methods of checking elements on these views
- added verify_account_popup_present() function
- added verify_profile_view_present() function
- added verify_emojihash_view_present()

Mostly done as an attempt to fix flaky navigation in new keys test. (see https://ci.status.im/job/status-desktop/job/e2e/job/prs/1136/allure/#suites/c48b221cdcfecf89e1eb75d0b8e79672/f41783642f763391/)

So the test clicks Next button twice and then thinks he is already on next screen when it is not. So i added a verification for Profile and Emoji screens that when we returning these views, we first check screen titles and if they are correct - then proceed further

Same function is added for Add Account popup earlier, i forgot to add a call for it

Uncomment the test of adding watch only address, related issue seems to be fixed
2024-01-12 15:54:26 +03:00
..
__init__.py Add priority pytest marks 2023-12-13 17:53:24 +03:00
test_context_menu_edit_default_account.py set up pytest marks for different sections of the app 2023-12-13 17:53:24 +03:00
test_context_menu_manage_watched_address.py chore: select tests to run against PRs 2023-12-18 11:52:57 +03:00
test_plus_button_add_account_after_restart.py chore: update marks and readMe file 2023-12-20 17:38:27 +03:00
test_plus_button_add_watched_address.py chore: replace methods of waiting views with methods of checking elements on these views 2024-01-12 15:54:26 +03:00
test_plus_button_manage_account_added_for_imported_seed_phrase.py chore: update marks and readMe file 2023-12-20 17:38:27 +03:00
test_plus_button_manage_account_from_private_key.py chore: update marks and readMe file 2023-12-20 17:38:27 +03:00
test_plus_button_manage_account_from_seed_phrase.py chore: update marks and readMe file 2023-12-20 17:38:27 +03:00
test_plus_button_manage_generated_account.py chore: update marks and readMe file 2023-12-20 17:38:27 +03:00
test_plus_button_manage_generated_account_custom_derivation_path.py chore: update marks and readMe file 2023-12-20 17:38:27 +03:00
test_saved_addresses.py test: adding test for ability to add saved address from wallet settings 2024-01-11 17:49:36 +03:00
test_send.py chore: update marks and readMe file 2023-12-20 17:38:27 +03:00