891 Commits

Author SHA1 Message Date
Valentina Novgorodtceva
838b91f03e chore: closing build showcase popup added 2024-02-28 14:20:01 +03:00
Valentina Novgorodtceva
d793b3108c chore: fixed dots for password 2024-02-28 14:20:01 +03:00
Valentina Novgorodtceva
9d8a7dfbcc chore: skipping testrail report added if getting testrail error 2024-02-28 11:33:39 +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
7e139e27ae chore: remove flaky mark from change password test
- removed the flaky mark from change password test
- increased timeout for 30 seconds just now (i communicated that to be enough)

We need this test to show actual result , because we missed https://github.com/status-im/status-desktop/issues/13748 because of this
2024-02-28 10:42:40 +03:00
Anastasiya Semenkevich
68de453760 chore: fix validations for members role community channel test 2024-02-27 12:55:14 +03:00
Dario Gabriel Lipicar
d22ac0dfed fix(@desktop/wallet): properly handle tokenID 0 when filtering activity by collectibles
Fixes #13660
2024-02-26 07:55:05 -03:00
Anastasiya Semenkevich
7d6a681b74 ci: remove redundant env var 2024-02-26 13:52:20 +03:00
Anastasiya Semenkevich
37b2a065d9 chore: replace UI references 2024-02-26 13:52:20 +03:00
Anastasiya Semenkevich
9e22191ecd chore: fix network namings 2024-02-26 13:03:37 +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
Anastasiya Semenkevich
86d5537db6 chore: remove channel test from critical path for now
https://github.com/status-im/desktop-qa-automation/issues/535
2024-02-22 13:52:15 +03:00
Anastasiya Semenkevich
2bf83be9db chore: replace 1 community test with channels test in critical suite 2024-02-21 17:05:40 +03:00
Valentina Novgorodtceva
a43e3bee2f chore: channels tests updated 2024-02-21 17:05:40 +03:00
Anastasiya Semenkevich
572a072e9f chore: fix edit test 2024-02-21 14:10:54 +03:00
Valentina Novgorodtceva
10bf994f39 chore: increased timeout for device synced 2024-02-21 10:34:32 +03:00
Valentina Novgorodtceva
688e619bdd chore: fixed locator for save changes button 2024-02-21 10:34:32 +03:00
Valentina Novgorodtceva
ab8c1783e1 chore: category tests updated + created separate object maps for communities and messaging 2024-02-20 15:07:54 +03:00
Anastasiya Semenkevich
9a28b7b68c Revert "ci: test these changes with the nix build"
This reverts commit 801831949e50977f28ea5a0a533ffbf820df745c.
2024-02-20 12:48:33 +03:00
Anastasiya Semenkevich
b383edaa1a ci: test these changes with the nix build 2024-02-20 12:48:33 +03:00
Anastasiya Semenkevich
cf4547f5dd chore: trying to force the cycle work 2024-02-20 12:48:33 +03:00
Anastasiya Semenkevich
f868d2c1de chore; try to fix connection refused error 2024-02-20 12:48:33 +03:00
Valentina Novgorodtceva
cbd27f87cd chore: changed create community method in all community tests 2024-02-20 11:33:41 +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
Anastasiya Semenkevich
b309456a33 chore: combine 2 tests to save time 2024-02-19 11:13:44 +03:00
Dario Gabriel Lipicar
48f8fb3e55 feat(@wallet): update collectibles model only with changes
Fixes #13254
2024-02-16 15:40:40 -03:00
Anastasiya Semenkevich
24b2650872 chore: temp remove 1 permission test from critical suite because it is failing 2024-02-16 15:50:41 +03:00
Valentina Novgorodtceva
828946b9fb chore: changed test case id 2024-02-16 14:44:30 +03:00
Valentina Novgorodtceva
72c721af04 chore: attempt to fix AttributeError: Attempt to access a property of a null object 2024-02-16 14:44:30 +03:00
Valentina Novgorodtceva
9b11caf5a2 test: updated permission test with editing and deleting 2024-02-16 14:44:30 +03:00
Anastasiya Semenkevich
af5c5a7650 chore: remove change password test from critical path 2024-02-16 10:10:59 +03:00
Anastasiya Semenkevich
6608ceb019 chore: update critical path with adding 2 generated accounts with restart 2024-02-16 10:10:59 +03:00
Anastasiya Semenkevich
1fc44f5e3d chore: replace file dialog interactions with direct function 2024-02-16 10:10:59 +03:00
Valentina Novgorodtceva
774916db18 chore: fixes of fails from nightly run (seed phrase + group chat) 2024-02-15 11:25:52 +03:00
Anastasiya Semenkevich
d339629d59 chore: small changes to wallet settings tests 2024-02-15 10:37:53 +03:00
bad9bbfc39 ci: add Discord notifiction on failure
Depends on: https://github.com/status-im/status-jenkins-lib/pull/83

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-02-14 16:16:21 +01:00
Alex Jbanca
8a69f3bc63
fix(SeedPhrase): Fixing seed phrase validation (#13496)
* fix(SeedPhrase): Fixing seed phrase validation

1. Validate each word after the editing is finished
2. Fixing the seed phrase suggestions where the suggestions box was hidden behind other ui elements
3. Propagate editingFinished signal in StatusBaseInput, StatusInput, StatusSeedPhraseInput
4. Fixing undefined `mnemonicIndex` errors

* fix: Refactoring of SeedPhraseInputView

Remove duplicated code and use EnterSeedPhrase component

+ Added storybook page

* fix(Onboarding): Fixing seed phrase validation on windows

The seed phrase validation fails on windows due to the dictionary line endings

* chore(squish): Update e2e tests to the new enter seed phrase panel construction

* fix: Load english dictionary from local file using StringUtils
2024-02-14 15:50:14 +02:00
Valentina Novgorodtceva
a962014c58 chore: removed extra locator for save changes button and changed to the actual one in a couple of tests 2024-02-14 13:20:00 +03:00
Valentina Novgorodtceva
6823b1f5e2 chore: changed a way we access object locators in object map 2024-02-14 13:20:00 +03:00
Anastasiya Semenkevich
e27bc01626 chore: added edit community test to critical path 2024-02-14 10:36:21 +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
47e835e266 chore: added marks so tests could be ran by single mark 2024-02-14 10:36:21 +03:00
Anastasiya Semenkevich
dda3e60793 chore: skip overkill test 2024-02-14 10:36:21 +03:00
Stefan
1e75319664 test(wallet) sql integration tests for activity incremental update
Refactor tests to follow changes in session based activity API

Updates #12120
2024-02-13 19:47:39 +01:00
Anastasiya Semenkevich
73b8037cee chore: replace locator for save changes button in community edit 2024-02-13 18:29:00 +03:00
Valentina Novgorodtceva
6a9f43c74e chore: categories and environment section added to allure report 2024-02-13 18:29:25 +07:00
Anastasiya Semenkevich
5d4a6d631d chore: mark change password test as xfail again 2024-02-12 17:26:20 +03:00
Valentina Novgorodtceva
6f84fe7c08 chore: fixes for fails from nightly run 2024-02-12 10:27:31 +03:00