status-desktop/test/e2e/gui/components
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
..
community test: edit_community_category 2023-12-28 13:58:52 +03:00
messaging chore: tests ordering and tesseract removal (#145) 2023-10-06 17:32:08 +06:00
onboarding chore: add object names to beta consent popup and test mode env variable condition (#308) 2023-11-16 13:48:17 +03:00
os chore(all): rename _logger to LOG to match changes 2023-12-01 14:58:22 +01:00
settings chore: add attempts for clicking sign out button 2023-12-08 19:50:19 +03:00
wallet chore: replace methods of waiting views with methods of checking elements on these views 2024-01-12 15:54:26 +03:00
__init__.py test(pytest) Import squish as a python module. (#11421) 2023-07-10 17:55:10 +02:00
back_up_your_seed_phrase_banner.py chore(@back_up_seed_test): improve validations (#189) 2023-10-18 15:34:11 +03:00
back_up_your_seed_phrase_popup.py Ci/74 jenkins file (#142) 2023-10-06 10:33:42 +02:00
base_popup.py Ci/74 jenkins file (#142) 2023-10-06 10:33:42 +02:00
change_password_popup.py chore: replace waitFor with waitForObjectExists 2023-12-22 16:52:55 +03:00
color_select_popup.py chore: squish waitFor method was customized (#272) 2023-11-07 16:05:43 +01:00
context_menu.py chore: fix saved addresses test according to new designs 2024-01-10 10:39:54 +03:00
delete_popup.py chore: add attempts to click Delete button and removed awaiting 2023-12-13 17:20:30 +03:00
emoji_popup.py Chore: improve emoji popup and syncing settings option selection (#253) 2023-11-02 19:07:12 +03:00
online_identifier.py chore: better init for online identifier 2023-12-21 23:10:47 +03:00
picture_edit_popup.py Ci/74 jenkins file (#142) 2023-10-06 10:33:42 +02:00
profile_popup.py chore: add validation for emoji hash across screens 2023-12-21 23:10:47 +03:00
signing_phrase_popup.py chore: squish waitFor method was customized (#272) 2023-11-07 16:05:43 +01:00
social_links_popup.py Fix/147 test sync device (#157) 2023-10-09 19:04:29 +02:00
splash_screen.py Fix/147 test sync device (#157) 2023-10-09 19:04:29 +02:00
toast_message.py test: test_messaging_settings accepting and rejecting request added (#336) 2023-11-27 14:44:42 +04:00