Michal Iskierko
b6f5c558a9
feat(@desktop:communities): Minting functionality with dummy data
...
Add Community Tokens testing UI with minting button, enabled by a Advanced Settings toggle.
Add minting module,view and needed models.
Add community_tokens service to call collectibles smart contract functions.
Issue #8921
2023-02-13 13:42:29 +01:00
Stefan
2bc8fa1236
fix(tests): The user can manage and observe a watch only account
...
- The user imports a private key
- The user generates a new account from wallet and deletes it
2023-02-10 10:16:27 +01:00
Stefan
b5ff5178f2
fix(tests): The user can manage and observe a watch only account
2023-02-10 10:16:27 +01:00
Lukáš Tinkl
f5d6c538c2
chore: consolidate & refactor popup handling
...
- all remaining global popup components moved into a separate Popups
entity
- removed some static objects from the Global singleton (appMain,
pinnedMessagesPopup, communityProfilePopup, sounds); rationale:
singletons should not contain any state
- fixed support for popups in storybook
- fixed some warnings (most of them broke the popups in one way or the other)
2023-02-09 15:01:57 +01:00
Jonathan Rainville
e0172c8bb9
chore: add mayfail to tests that fail on CI
2023-02-09 11:08:10 +01:00
Noelia
6ef96a6a7c
test(doc): Added info about Squish versions tested
...
Added info about Squish versions tested
2023-02-08 16:19:52 -05:00
Jonathan Rainville
5f4000b7a5
test(chat): re-add chat order test using 1-1 chat
...
Fixes #9251
2023-02-08 13:54:08 -05:00
Stefan
a57eb06240
test(wallet): fix user can manage and observe a watch only account
...
Bumps status-go to include the fix for not fetching balance for
overridden tokens
Add documentation on how to run wallet tests locally using ganache
Closes #9091
2023-02-08 19:52:37 +01:00
Jonathan Rainville
7a3144ebfc
test(community): re-add mark as read test in community tests
...
Fixes #9250
2023-02-08 13:46:15 -05:00
Jonathan Rainville
2f3d1fcf46
test(community): re-add sticker test as community test
...
Fixes #9249
2023-02-08 13:24:50 -05:00
Jonathan Rainville
a055929f92
test(community): re-add emoji tests
...
Fixes #9246 #9247 #9248
2023-02-08 13:19:35 -05:00
Jonathan Rainville
a4c8419aa9
test(community): re-add test for mention non existing user
...
Fixes #9245
2023-02-08 13:12:31 -05:00
Jonathan Rainville
5bb4a3741d
test(community): re-add test that does a mention
...
Fixes #9244
2023-02-08 13:01:53 -05:00
Jonathan Rainville
b798b18c18
test(community): re-add a couple of chat tests in community tests
...
Fixes #9240 #9241 #9242 #9243 #9239
2023-02-08 12:34:58 -05:00
Anthony Laibe
6e188de21a
fix(@test): enable back delete account
2023-02-06 09:05:30 +01:00
Jonathan Rainville
0bd957e71a
test(community): re-add test that replies to another message
...
Fixes #9238
2023-01-31 16:54:01 -05:00
Jonathan Rainville
e54e08d81f
test: re-add edit test as a community test
...
Fixes #9237
2023-01-31 16:52:32 -05:00
MishkaRogachev
e0ba80a085
feat(AppMain): Replace MailserverConnectionDialog with banner
...
Close #6213
2023-01-30 12:40:31 +04:00
Jonathan Rainville
7a3a984fa4
test(env-var): add TEST_ENVIRONMENT env var for test specific changes
...
Fixes #9210
Adds the `TEST_ENVIRONMENT` that stops banners from showing and touch id to be activated (needs to be tested by someone on Mac).
Also improves the waiting time on verifying screens. Will undo that change if it becomes flaky.
To make sure your local tests still work well and hide the banner as well, make sure to put `TEST_ENVIRONMENT=1` in the suite settings' env vars
2023-01-27 11:26:41 -05:00
Jonathan Rainville
03095f995e
test(one-to-one): add mayfail to one to one test as it fails often
2023-01-27 10:51:21 -05:00
Noelia
289005c0e6
test(onboarding): Select specific account was broken
...
Updated `findAccount` method since statement `When the user "xxx" logs in with password "xxx"` was broken due to `accountsList` iteration was wrong.
2023-01-27 11:06:08 +01:00
Igor Sirotin
6017a01b9a
feat(tst_communityNavigation): Implemented community leave test
2023-01-26 19:27:13 +03:00
Ivan Belyakov
f2549fc1ff
feat(@desktop/wallet): update wallet navigation
...
Fixed StatusBaseButton to expose a property to load either normal
icon or a round one.
Implemented new wallet navigation according to design in Figma.
Fixed regression: small accounts icons in accounts list view.
Updated wallet test.
Fixes #8598
2023-01-26 09:49:29 +01:00
Noelia
75711aef2e
test: Skip broken/unstable tests
...
Tagged with `@mayfail` some scenarios that seem to be unstable / broken on CI and also locally.
2023-01-25 10:55:39 -05:00
Jonathan Rainville
4a93fa14bc
chore(tests_: remove tests that use public chats
2023-01-25 10:05:55 -05:00
Noelia
7a1c768898
test(suite_settings): Restore broken tests
...
Updated `walletInitSteps` and `settingsSteps` properly: `settingsSteps.py` was referring to some `wallet_init_steps` methods but it was not imported. Reorganization and cleanup.
2023-01-23 15:04:14 +01:00
mprakhov
b7c1250115
Draft: fix check
2023-01-16 14:46:08 +02:00
Jonathan Rainville
a0ac5b3439
chore(wallet-test): tag wallet test generate and delete as @mayfail
2023-01-12 16:55:07 -05:00
Jonathan Rainville
acf67c33d5
chore(test): make observe watch only account @mayfail
2023-01-12 15:18:03 -05:00
Jonathan Rainville
a0b17c3879
chore: add mayfail on community edit tests
2023-01-05 15:21:38 -05:00
Jonathan Rainville
67e0df17e1
test(contact): add a test that sends a contact request from the chat
...
Fixes #6883
2023-01-05 15:21:38 -05:00
mprakhov
4a5c439160
test(@desktop/community): [suite_communities / tst_communityFlows]
...
Validate in 'The admin edits a community' test description and color
2023-01-05 14:49:27 +02:00
Jonathan Rainville
235c0d3042
test(community): add a test where the admin can delete a user's message
...
Fixes #6891
2023-01-04 11:12:47 -05:00
Sale Djenic
735f6e70aa
test: add missing `@mayfail` to send image tests
2023-01-04 11:15:58 +01:00
Noelia
ec8c64d7a1
test(tst_userIdentity): Fix test scenarios broken due to new user profile design
...
- Fixed test scenarios broken due to new user profile design.
- Added new verifications in social links: github, youtube, discord and telegram.
- Scenario statements reorganization.
Fixes #8281
2022-12-20 15:53:50 +01:00
Boris Melnik
46b0a82001
uitest(edit-message): Check if message can be edited several times
2022-12-15 17:49:11 +03:00
Michal Iskierko
0da0360beb
fix(@desktop/tests): Fixing gif and image unfirling scenarios
...
Fix #7912
2022-12-14 12:55:57 +01:00
Lukáš Tinkl
73cc621f0c
fix: Rename "Chat" tooltip to "Messages"
...
... and do it the proper way, ie. make the string translatable as we
can't handle translations coming from NIM files at the moment
Closes #8418
2022-12-13 03:46:25 +01:00
Alex Jbanca
0526dca298
Fix "The user signs up with a profile image" squish test case
2022-12-07 20:18:57 +01:00
Igor Sirotin
3d6324ce64
Separated chats order scenarios
2022-12-06 23:42:42 +03:00
Igor Sirotin
d48ea97027
Minor fixes. Feature comments.
2022-12-06 23:42:42 +03:00
Igor Sirotin
a8406b9158
feat(tst_chatsNavigation): Restored chats navigation tests
2022-12-06 23:42:42 +03:00
Igor Sirotin
e3bfdc0f09
fix(StatusPopupMenu): Refactoring
2022-12-02 10:30:50 +03:00
Khushboo Mehta
9ded9d4ffa
feat(@deaktop/wallet): Add bridge view
...
fixes #8236
2022-12-01 17:15:55 +01:00
Jonathan Rainville
4c1370f7ef
test(Settings): adds a test that sends a contact request with chat key
2022-11-29 15:51:29 -05:00
Patryk Osmaczko
5d305a5221
refactor(StatusAppNavBar): simplify navbar
...
- removed imperative filtering
- removed imperative size calculation
- removed all ugly hacks
fixes : #7167
fixes : #8463
2022-11-29 16:06:33 +01:00
mprakhov
8f13ad8f93
test(@desktop/chat): Can reply to a message in a community channel
2022-11-28 14:19:00 +02:00
Michal Iskierko
48b2b978e4
fix(@desktop/test): Fixing chat flow test
...
Fixing hover menu problems: reply, edit, delete message.
Fix #7911
2022-11-28 11:17:00 +01:00
Patryk Osmaczko
d0725d451e
fix(ui-test/ChatFlow): retry to load stickers
...
For some reason stickers are not loaded for the first time. User has now
the ability to retry the loading procedure. Retry action loads stickers
successfully in most cases.
fixes : #7995
2022-11-25 17:06:59 +01:00
mprakhov
92da7ee9a3
fix(@desktop/test): [suite_communities / tst_communityFlows] - 'The admin changes the emoji of a channel'
2022-11-24 14:50:43 +02:00