Valentina1133
50b0d7d039
chore: fix link preview and add more verifications ( #15435 )
2024-07-04 16:02:54 +07:00
Valentina Novgorodtceva
c71d11e990
chore: duplicate permission step added to permission test
2024-06-27 09:58:24 +03:00
Anastasiya Semenkevich
1c5aad7733
chore: replace conditions with function call in system.py
2024-06-18 15:04:44 +03:00
Anastasiya Semenkevich
e896267874
chore: fix typo for keypair error string
2024-06-12 13:09:23 +03:00
Valentina Novgorodtceva
3d34b30390
test: 5 characters minimum length for account name and keypair name
2024-06-11 12:33:44 +03:00
Belal Shehab
f0bcea0044
fix(wallet): Renamed KeyPair to key pair throughout the entire app ( #15051 )
...
* fix(wallet): Renamed KeyPair to key pair throughout the entire app
replaced the keypair occurances with key pair in the entire qml ui files
fixes : #13612
---------
Co-authored-by: belalshehab <belal@status.im>
Co-authored-by: Valentina Novgorodtceva <valentina@status.im>
2024-06-07 16:29:09 +03:00
Valentina Novgorodtceva
70c2a33e5c
test: try re-importing seed phrase in wallet
2024-05-31 13:44:18 +07:00
Valentina Novgorodtceva
e93a7365cb
test: added random selection of emoji reaction and verification on both - sender and recipient sides
2024-05-30 15:33:49 +03:00
Valentina Novgorodtceva
5a9a93d343
test: 1-1 chat adding reaction and sending image
2024-05-30 15:33:49 +03: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
9be7160f5b
test: re-importing seed phrase added to existing test
2024-05-28 14:51:07 +03:00
Valentina Novgorodtceva
8c37767ea6
test: link preview tests added
2024-05-22 10:12:27 +07:00
Valentina Novgorodtceva
c24bb794e4
test: rename keypair test added
2024-05-16 16:51:03 +07:00
Valentina Novgorodtceva
5b4a4e31e9
test: custom ordering of assets added
2024-05-16 16:12:39 +07:00
Valentina Novgorodtceva
44c0a3feac
test: min owner token test added
2024-05-16 15:41:00 +07:00
Valentina Novgorodtceva
956f86fced
test: admin can kick a member and delete message
2024-04-09 10:07:56 +03:00
Anastasiya Semenkevich
50cb471e3c
test: check member role permission limit added
2024-04-04 14:05:48 +03:00
Anastasiya Semenkevich
98a53acf04
chore: fix button label according to UI changes
...
https://github.com/status-im/status-desktop/pull/14233
2024-03-29 17:55:29 +03:00
Anastasiya Semenkevich
7994739d04
chore: add random user attributes usage where possible
2024-03-29 09:17:39 +03:00
Anastasiya Semenkevich
33251f2bfe
chore: remove data usage for syncing test as we actually dont need it there and it was not working anyway
2024-03-29 09:17:39 +03:00
Anastasiya Semenkevich
9f73f5f393
chore: data for pin test
2024-03-29 09:17:39 +03:00
Anastasiya Semenkevich
cb4f422798
chore: add group_chat_user_3 account data
2024-03-29 09:17:39 +03:00
Anastasiya Semenkevich
3245337f97
chore: add group_chat_user_2 account data
2024-03-29 09:17:39 +03:00
Anastasiya Semenkevich
728cdef249
chore: add group_chat_user_1 account data
2024-03-29 09:17:39 +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
Valentina Novgorodtceva
2c03f8b29a
chore: test switch state to offline, online or automatic updated
2024-03-13 11:54:05 +03:00
Valentina Novgorodtceva
94753b9fc2
chore: fails fixed
2024-03-05 12:39:41 +03:00
Anastasiya Semenkevich
2117675172
chore: account reference for status account
2024-03-04 15:19:48 +03:00
Valentina Novgorodtceva
29142551cd
chore: changed to sepolia
2024-02-26 10:55:05 +03:00
Valentina Novgorodtceva
08c851158e
chore: ids changed for networks
2024-02-26 10:55:05 +03:00
Valentina Novgorodtceva
0f90508113
chore: create community test updated
2024-02-20 11:33:41 +03:00
Valentina Novgorodtceva
1081d9768e
chore: marked xfail permissions test (bug), fixed messaging and sign up with wrong name
2024-02-19 15:28:05 +03:00
Valentina Novgorodtceva
9b11caf5a2
test: updated permission test with editing and deleting
2024-02-16 14:44:30 +03:00
Anastasiya Semenkevich
47f8297d87
chore: do not use file upload dialog for community creation and edit
2024-02-14 10:36:21 +03:00
Anastasiya Semenkevich
299a702e33
chore: change password test fixed
2024-02-10 19:56:48 +03:00
Valentina Novgorodtceva
2113b49863
test: test remove member if admin added
2024-02-09 13:06:40 +03:00
Valentina Novgorodtceva
0b2bcd2999
test: pin and unpin message test added
2024-01-26 12:50:53 +07:00
Valentina Novgorodtceva
a467cbf9f9
chore: test edit network fixed
2024-01-16 15:26:18 +07:00
Valentina Novgorodtceva
a529dd04b7
test: test clicking category added
2024-01-15 16:07:59 +07: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
8c38cb1616
chore: update error message
...
Error message has been changed in ff9062a1b0 (diff-4ac30c280b7ceca7b505ab0551b9e009295aae3147253c43ae8821e9d6c0ed69R682)
2024-01-09 16:03:31 +03:00
Anastasiya Semenkevich
be835506fb
chore: fix test for creating permissions
2023-12-29 11:47:48 +03:00
Valentina Novgorodtceva
4f69111778
test: test_ens_name_purchase added
2023-12-12 10:43:20 +07:00
Valentina Novgorodtceva
53717439f7
chore: communities tests enabled and fixed, replaced image comparison
2023-12-12 10:40:39 +07:00
Valentina Novgorodtceva
fa48dad825
test: test_wallet_send_0_eth added
2023-12-07 16:24:38 +07:00
Jakub Sokołowski
05ad2ebadb
fix: remove windows carrige returns from files
...
Drives me crazy.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-12-01 10:00:56 +03:00
Valentina1133
44c3af82e5
Test/test settings messaging identity verification ( #341 )
...
* test: test_messaging_settings_identity_verification added
* chore: skipped test_settings_include_in_total_balance
2023-11-28 15:26:05 +03:00
Valentina1133
f94f176bd3
test: test_messaging_settings accepting and rejecting request added ( #336 )
2023-11-27 14:44:42 +04:00
Valentina1133
7db3e94a96
test: test_cancel_setup_syncing added ( #334 )
2023-11-27 14:44:30 +04:00
Valentina1133
8c933e75bd
test: test_unlock_keycard with correct and incorrect PUK added ( #312 )
2023-11-17 17:54:57 +03:00