Valentina Novgorodtceva
d0fc8ddc3d
chore: replaced locator for account item, refactored method using index and added index in tests
2024-03-04 15:19:48 +03:00
Anastasiya Semenkevich
2117675172
chore: account reference for status account
2024-03-04 15:19:48 +03:00
Anastasiya Semenkevich
53f0fd1fa0
chore: general updates
2024-03-01 12:51:51 +03:00
Anastasiya Semenkevich
62ec470ab1
chore: update bug reference
2024-02-29 15:09:54 +03:00
Anastasiya Semenkevich
f7b975ec17
chore: comment out password strength test and other minor updates
2024-02-29 13:23:10 +03:00
Valentina Novgorodtceva
2fc228732e
chore: verifications of dots in password field commented for now
2024-02-28 14:20:01 +03:00
Valentina Novgorodtceva
ca6e8f12c1
chore: test_login_with_wrong_password skipped because of bug for now
2024-02-28 14:20:01 +03:00
Valentina Novgorodtceva
d793b3108c
chore: fixed dots for password
2024-02-28 14:20:01 +03:00
Anastasiya Semenkevich
6bbdff0691
chore: add import seed test to critical suite for now
2024-02-28 10:42:40 +03:00
Anastasiya Semenkevich
37b2a065d9
chore: replace UI references
2024-02-26 13:52:20 +03:00
Valentina Novgorodtceva
10bf994f39
chore: increased timeout for device synced
2024-02-21 10:34:32 +03:00
Anastasiya Semenkevich
b309456a33
chore: combine 2 tests to save time
2024-02-19 11:13:44 +03:00
Anastasiya Semenkevich
1fc44f5e3d
chore: replace file dialog interactions with direct function
2024-02-16 10:10:59 +03:00
Valentina Novgorodtceva
6f84fe7c08
chore: fixes for fails from nightly run
2024-02-12 10:27:31 +03:00
Anastasiya Semenkevich
2c22faa780
chore: reduce the critical set because of file dialog issue on release CI
...
https://github.com/status-im/status-desktop/issues/13483
2024-02-08 20:34:48 +03:00
Anastasiya Semenkevich
9ea888891c
chore: add another verification which will take a bit of time so the UI wont be frozen
2023-12-29 16:42:34 +03:00
Anastasiya Semenkevich
55ebd85637
chore: change locator for InsertDetailsView
2023-12-27 17:42:34 +03:00
Anastasiya Semenkevich
81a7727f09
chore: replace is_visible
2023-12-23 11:02:58 +03:00
Anastasiya Semenkevich
b791930546
chore: fix syncing test and move it to critical suite
2023-12-22 19:13:41 +03:00
Anastasiya Semenkevich
0e96fd0e57
chore: add validation for emoji hash across screens
2023-12-21 23:10:47 +03:00
Anastasiya Semenkevich
b59590aa1f
chore: better init for online identifier
2023-12-21 23:10:47 +03:00
Anastasiya Semenkevich
3deeeda620
chore: add verification for identicon ring on the profile screen
2023-12-21 23:10:47 +03:00
Anastasiya Semenkevich
838c916fc2
chore: added random selection of pictures (diff types)
2023-12-21 23:10:47 +03:00
Anastasiya Semenkevich
f31ffc21f5
chore: add randomisation for password
2023-12-21 23:10:47 +03:00
Anastasiya Semenkevich
875e8869b5
chore: add randomisation for display name generation
2023-12-21 23:10:47 +03:00
Anastasiya Semenkevich
1d3994f720
chore: add smaller steps and asserts, rename method
2023-12-21 23:10:47 +03:00
Anastasiya Semenkevich
ba3626e017
chore: update marks and readMe file
...
Fixes https://github.com/status-im/desktop-qa-automation/issues/391
1. replaced all the skip marks for tests that are linked to status-desktop tickets to xfail
2. updated readme to explain marks
2023-12-20 17:38:27 +03:00
Anastasiya Semenkevich
caef79d2ee
chore: select tests to run against PRs
...
Selected a few to run by critical mark in PRs
2023-12-18 11:52:57 +03:00
Magnus
706e60ca0c
Add priority pytest marks
2023-12-13 17:53:24 +03:00
Magnus
e982cfe389
Introduce priority pytest marks
2023-12-13 17:53:24 +03:00
Magnus
b900ee72d6
set up pytest marks for different sections of the app
2023-12-13 17:53:24 +03:00
Anastasiya Semiankevich
8fe9b4731c
chore: move the TEST MODE back off for now and add some more fixes
2023-12-13 17:20:30 +03:00
Anastasiya Semiankevich
4f73e0eb52
chore: refactor edit account test a bit
2023-12-13 17:20:30 +03:00
Magnus
dd60992b22
speed up password strength indicator tests
2023-12-11 12:20:36 +03:00
Anastasiya Semenkevich
49ccfc5b8f
chore: remove restart from import seed phrase
...
perhaps it was put there by mistake. we dont need the app restart in this test
2023-12-08 19:50:19 +03:00
Anastasiya Semenkevich
92bb9d1bcc
chore: skip sync test because of bug
...
https://github.com/status-im/status-desktop/issues/12972
2023-12-08 19:50:19 +03:00
Valentina1133
4500d0fb1d
chore: removed skip mark from syncing and messaging tests, these tests are passing now ( #360 )
2023-12-04 14:18:06 +03:00
Jakub Sokołowski
255f88fbb0
chore(all): rename _logger to LOG to match changes
...
Some of them were renamed in:
https://github.com/status-im/desktop-qa-automation/pull/352
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-12-01 14:58:22 +01:00
Anastasiya
1232ff5ba8
Disable wallet tests and syncing test ( #351 )
...
* chore: skip wallets tests temp
Possible reason: https://github.com/status-im/status-desktop/issues/12914 is causing crashes, which we don't yet identify as crashes
* chore: skip syncing test temp
https://github.com/status-im/desktop-qa-automation/issues/350
2023-11-30 14:27:35 +03:00
Valentina1133
7db3e94a96
test: test_cancel_setup_syncing added ( #334 )
2023-11-27 14:44:30 +04:00
Valentina1133
50ada60385
Chore/onboarding tests ( #331 )
...
* chore: added clicking on back button and checking correct views appear during onboarding
* chore: click clear button on profile view and checking field is empty added
* chore: show and hide password verifications added to test_check_password_strength_and_login
2023-11-27 14:44:08 +04:00
Anastasiya
b74ba4f7eb
chore: stabilise test ( #333 )
...
* chore: fix testnet toggle test and total balace wallet test
* chore: increase timeout for syncing test
* chore: disable test mode and remove keycard hide steps
2023-11-22 13:42:26 +03:00
Vladimir Druzhinin
62bf869602
Chore/key card handler ( #314 )
...
* chore: fix seed phrase test and edit status account test
* chore: change the locator for profile layout
* chore: close Keycard Controller
---------
Co-authored-by: Anastasiya Semenkevich <anastasija.ig@gmail.com>
2023-11-17 08:53:17 +03:00
Anastasiya
41d431c136
chore: add object names to beta consent popup and test mode env variable condition ( #308 )
...
* chore: add object names to beta popup
* chore: add check for env variable
2023-11-16 13:48:17 +03:00
Anastasiya
5ff9b196c6
chore: add attempts to click on Next button for onboarding ( #231 )
2023-10-31 11:34:02 +03:00
Anastasiya
5f7c6c1fbf
chore: enable test_onboarding_syncing.py ( #229 )
2023-10-30 12:43:56 +03:00
Vladimir Druzhinin
63f0818bcd
chore: skip failed tests in onboarding ( #219 )
2023-10-26 15:09:06 +03:00
Anastasiya
5ed7dbd9cf
chore: add attempts for clicking networks and next buttons ( #216 )
2023-10-26 14:19:32 +03:00
Vladimir Druzhinin
36de304675
test_sync_device_during_onboarding skipped ( #211 )
...
#167
2023-10-25 16:11:44 +02:00
Vladimir Druzhinin
7a1bcedd30
Fix/167 communities ( #207 )
...
* Fix test_create_community
#167
* Setup cursor animation
#167
* Fix test_sync_device_during_onboarding
#167
2023-10-25 15:38:48 +03:00