Anastasiya Semenkevich
7c5af79b19
chore: update test
2024-10-07 11:08:34 +03:00
Anastasiya Semenkevich
ffc5da3805
tests: add better condition when waiting for status change
2024-10-04 12:07:40 +03:00
Anastasiya Semenkevich
4133afb676
chore: squeeze 2 tests into one, so links previews are checked on PR level too
2024-10-02 16:12:43 +03:00
Anastasiya Semenkevich
6f80461371
tests: send random NFT
2024-09-25 11:15:29 +03:00
Anastasiya Semenkevich
a7eb8d9c77
chore: fix test for sending transaction
2024-09-24 15:15:38 +03:00
Anastasiya Semenkevich
32d50d6e86
tests: test for sending 0 eth
2024-09-04 16:16:10 +03:00
Anastasiya Semenkevich
69cdd30c11
tests: add account with derivation path test randomised
2024-08-28 19:44:15 +03:00
Valentina Novgorodtceva
b4ef71142e
test: share wallet address test and default account values in send/receive/bridge
2024-08-09 11:14:54 +03:00
Anton
70e885eb59
tests: set random color and return it so it works on any OS
2024-08-08 16:51:51 +02:00
Valentina1133
e1611cbc83
chore: keycard tests fixed, improved and other tests fixed accordingly ( #15656 )
2024-07-19 13:43:44 +07:00
Valentina Novgorodtceva
b0f373f1dc
chore: removed duplicated method, updated test according to changes
2024-07-17 12:32:16 +03:00
Anastasiya Semenkevich
d814ec12ef
chore: remove repetitive code and re-order some classes
2024-07-12 13:00:10 +03:00
Valentina Novgorodtceva
78e605d928
chore: reworked scroll method
2024-07-10 15:06:32 +03:00
Valentina1133
7b8361ec0f
chore: created separate files for onboarding, settings, wallet names ( #15457 )
2024-07-09 17:05:39 +07:00
Anastasiya Semiankevich
e2d7265d5b
chore: custom timeout where app freezes with ticket reference
2024-06-27 12:08:03 +03:00
Valentina Novgorodtceva
3d34b30390
test: 5 characters minimum length for account name and keypair name
2024-06-11 12:33:44 +03:00
Valentina Novgorodtceva
97291731ac
chore: fix for nightly fail
2024-06-11 12:33:44 +03:00
Valentina1133
675ef05eaa
Fixes and changes for tests stability ( #15034 )
...
* chore: fixes for community channel test
* chore: changes for wallet tests stabilisation and increase of timeout for pin unpin test
2024-06-05 14:52:32 +07:00
Anastasiya Semenkevich
5ea1eb5c3c
chore: remove duplicated authentication popup
2024-06-03 09:55:21 +03:00
Valentina Novgorodtceva
70c2a33e5c
test: try re-importing seed phrase in wallet
2024-05-31 13:44:18 +07:00
Valentina Novgorodtceva
2cca033dc2
chore: replaced with recommended method to check that add new account opened
2024-05-30 13:51:30 +07:00
Valentina Novgorodtceva
d25d5cc9c8
chore: stabilisation rename keypair
2024-05-30 13:51:30 +07:00
Anastasiya Semenkevich
2723281937
chore: add verification after emoji selection
...
Added verification step for emoji selection, so test is checking wether emoji is applied or not
2024-05-28 14:51:23 +03:00
Valentina Novgorodtceva
2625535597
chore: reworked a bit test of sending nft
2024-05-03 19:33:24 +03:00
Valentina Novgorodtceva
2a4adb344b
chore: scroll added to back up seed phrase popups
2024-05-02 15:37:45 +03:00
Valentina Novgorodtceva
5d78f43915
chore: tests adjusted according to new onboarding flow
2024-04-24 19:19:21 +03:00
Valentina Novgorodtceva
faf4a88f16
chore: stabilisation for make picture step added and for nft test + skipped nft test because of bug for now
2024-04-18 15:49:49 +03:00
Valentina Novgorodtceva
0d8db92300
test: test_wallet_send_nft added
2024-04-11 11:43:30 +03:00
Anastasiya Semenkevich
9de9f2b6e8
test: fix send asset test and enable other tests
2024-04-08 10:03:18 +03:00
Anastasiya Semiankevich
8b20e56680
chore: address nightly failures on march 29, 2024
2024-03-29 12:37:58 +03:00
Anastasiya Semenkevich
31b895f1d0
сhore: attempt to fix endless waiting time in category and accounts tests
2024-03-22 21:33:44 +03:00
Anastasiya Semenkevich
fb2133af86
chore: fix saved addresses test
2024-03-14 17:37:50 +03:00
Valentina Novgorodtceva
838b91f03e
chore: closing build showcase popup added
2024-02-28 14:20:01 +03:00
Valentina Novgorodtceva
774916db18
chore: fixes of fails from nightly run (seed phrase + group chat)
2024-02-15 11:25:52 +03:00
Valentina Novgorodtceva
6823b1f5e2
chore: changed a way we access object locators in object map
2024-02-14 13:20:00 +03:00
Valentina Novgorodtceva
b32bed058f
chore: skipped tests and added more asserts
2024-02-09 12:52:45 +03:00
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
Anastasiya Semenkevich
e45da2c9b6
test: adding test for ability to add saved address from wallet settings
2024-01-11 17:49:36 +03:00
Anastasiya Semenkevich
4db703f2b3
chore: fix saved addresses test according to new designs
2024-01-10 10:39:54 +03:00
Anastasiya Semiankevich
0573a1ea29
chore: fix delete account test according new designs
2023-12-13 17:20:30 +03:00
Valentina Novgorodtceva
4f69111778
test: test_ens_name_purchase added
2023-12-12 10:43:20 +07:00
Anastasiya Semenkevich
5a6d35fde2
chore: add attempts to click the cross button
...
1. test_toggle_testnet_toggle_on_and_close_the_confirmation fails now in nightly. I added attempts to click the cross button and removed wait_untll_appears (and related assert)
2023-12-08 19:50:19 +03:00
Valentina Novgorodtceva
ea7089dedc
chore: container for search text edit field changed
2023-12-07 16:24:38 +07:00
Valentina Novgorodtceva
fa48dad825
test: test_wallet_send_0_eth added
2023-12-07 16:24:38 +07:00
Anastasiya
c112b0492b
chore: reorganise wallet tests ( #355 )
...
* chore: reorganise wallet tests
* chore: enable wallet tests that have parametrization
2023-12-01 15:56:57 +03:00
Valentina1133
f94f176bd3
test: test_messaging_settings accepting and rejecting request added ( #336 )
2023-11-27 14:44:42 +04:00
Anastasiya
d7908775f0
chore: several changes for wallet settings tests ( #317 )
...
* chore: fix several wallet tests
* disable account ordering because of bug
* remove test self as not needed anymore
* add log level
* click the revert button 2 times
2023-11-17 17:27:51 +03:00
Anastasiya Semenkevich
87b472e997
chore: add watched address is now standalone
...
Move the Add watched address to a separate file
Added a small verification to origin option selected
Removed steps with deletion as i plan to cover differently
The delete functionality is still being checked in another test
Added a verification for authentication button is not available for adding of watched addresses
2023-11-03 20:39:40 +03:00
Anastasiya
0f41c2c3cf
chore: improve reference for a popup in account deletion test ( #237 )
2023-10-31 17:59:07 +03:00
Anastasiya
9661e9d247
test: test_delete_generated_account_from_wallet_settings implemented ( #226 )
...
Update test_wallet_settings_acct_interactions_delete_account.py
2023-10-30 09:58:45 +03:00