Stefan
a8fb355a8d
feat(wallet) activate Wallet connect modal from deep-links
...
- Open wallet connect modal when the application is opened from a
deep link
- Add test entry that opens wallet connect modal with mocked
StatusDesktop app that can be used for testing
- Add tests
Closes #12641
2023-12-12 20:12:53 +01:00
Anastasiya Semenkevich
dadfc58126
chore: fix test with new design
2023-12-12 13:25:39 +01:00
Godfrain Jacques
7a5e691c90
feature(@desktop/chat) Enhance message context menu with mark as unread ( #12879 )
...
* chore: bump status-go
* feature(@desktop/chat) Enhance message context menu with mark as unread
fixes #10329
linked with PR #12879
- Adds capacity to mark a message as unread
- Adds capacity to mark a message with mention as unread
- Adds persistence to the marking of the message (change can be seen at
after reboot)
- Adds marking in right click contextual menu
2023-12-11 20:16:06 -06:00
Stefan
17c7e46917
feat(wallet) Wallet Connect: process delete_session
...
Requires the specific status-go changes that brings WCChangePairingState
Process delete session and update internal pairing history state
Updated testing while fighting for the issue of not deleting the session
Found out that the client requests a different topic in the delete
session request.
Also:
- update debugging UX to support session events
- update storybook to support mocking session events
- fix go test utility to account for refactoring
Updates #12858
2023-11-30 10:47:41 +01:00
Jonathan Rainville
d66540d74f
feat(messages): add deleted system message that tells who deleted
...
Fixes #11712
2023-11-23 16:14:54 -05:00
Godfrain Jacques
aaa759f70c
Fix(@message) Album of images disappears from reply after reloading the application ( #12806 )
...
Fixes #10986
This PR contains 2 changes :
1- Adding of properties for the quotedMessage
2- Update of the view with the properties with Qml binding
2023-11-22 14:32:50 -08:00
Stefan
8721f2a5d9
chore(test) remove ganache test fixture
2023-11-21 15:05:58 +01:00
Jakub Sokołowski
f8d78cdb95
chore(test): drop usage of ganache in old E2E tests
...
The Ganache tool has been replaced by Hardhat:
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-11-16 12:21:25 +01:00
Stefan
783a755230
feat(wallet) integrate Wallet Connect sign APIs
...
Bump status-go that brings the sign APIs support for send transaction
and personal sign
Extend SDK
- simple SDK event handling in QML
- support session request response APIs
- pairing management
Closes #12637
2023-11-15 17:21:27 +01:00
Stefan
bcf5b64298
feat(wallet) Wallet Connect Pair integration
...
Implement Controller to forward requests between status-go and SDK
implementation in QML.
Other changes:
- Source Wallet Connect projectId from env vars
- Mock controller in storybook
Updates #12551
2023-11-15 15:51:50 +01:00
Stefan
d4e15fe932
chore(wallet) WalletConnect quick prototype environment for integration
...
Add GO helper to:
- loads WalletConnect SDK bundle
- bootstraps status-go user session
- provides a way to call status-go API from webview
- forwards status-go signals to webview
Updates: #12551
2023-11-15 15:51:50 +01:00
Alex Jbanca
81fd27526e
fix: Fixing broken binding on text input enabled property
...
The enabled property of the text input needs to have a binding to the StatusChatInput enabled property
+ re-enable the squish test
2023-11-03 14:53:44 +02:00
Anastasiya Semenkevich
cc34375744
chore(@community_tests): disabling test with reply because of bug
...
Reason: https://github.com/status-im/status-desktop/issues/12440
2023-11-01 11:10:07 +03:00
Igor Sirotin
e5b68e8823
fix: messaging settings and url unfurling fixes ( #12457 )
...
* remove browser selection setting
* remove main whitelist settings. replace tenorGif setting with gifUnfurlingEnabled
* remove old unfurling
* move history nodes section
* disable outdated e2e tests step
* remove isGifWidgetEnabled setting
* fix: StatusMessage height when gif unfurling disabled
---------
Co-authored-by: Anastasiya Semenkevich <anastasija.ig@gmail.com>
2023-10-18 10:03:32 +01:00
Anastasiya Semenkevich
f7db677c95
chore(@tests): switch off some tests that are failing on linux
2023-09-27 18:23:22 +03:00
Lukáš Tinkl
e6408724c9
feat(settings): add Privacy Statement and Terms of Use
...
- bundle those 2 documents as Markdown
- some UI fixes according to latest Figma
Fixes #12192
2023-09-25 14:09:45 +02:00
Anastasiya Semenkevich
87c16b26bf
chore(@tests): remove ui_pytest
...
QA team has migrated the pytest framework to https://github.com/status-im/desktop-qa-automation .
This change is needed to clean up unnecessary code and to separate the code of a product and code for tests
2023-09-20 10:00:17 +03:00
Valentina1133
f11b2b1e86
Test/97 wallet generated custom private key account ( #12080 )
...
* test(Wallet) Edit the default wallet account and Manage a watch-only account cases automated
* test(Wallet) Manage generated and custom generated account
* test(Wallet) Manage private key imported account
2023-09-07 11:13:38 +07:00
Valentina1133
428ff4d089
test(Wallet) Edit the default wallet account and Manage a watch-only account cases automated ( #12070 )
2023-09-05 13:22:44 +07:00
Vladimir Druzhinin
a3b739b81d
Test/93 community channel ( #12057 )
...
* Test(Community) Create, edit community
#90
* Test(Community) Create, Edit and Delete Channel
#93
* Test(Fix) System dialog for local build fixed on Mac
#95
* Test(Fix) Typo
#93
2023-09-04 20:36:48 +02:00
Valentina1133
20de907982
test(Wallet) Test Manage a saved address automated ( #12034 )
2023-09-01 18:18:04 +07:00
Valentina1133
c86fb40fb7
test(Communities) Small fix for adding permissions test ( #12050 )
2023-08-31 17:27:42 +07:00
Valentina1133
d684acd835
test(Communities) Adding permission test automated ( #11993 )
2023-08-31 12:31:43 +07:00
Vladimir Druzhinin
0405ea0b89
Test(Community) Create, edit community ( #12021 )
...
#90
2023-08-29 16:43:00 +02:00
Vladimir Druzhinin
22d1913f47
Test(Hotfix) Fix import module ( #11991 )
...
* Test(Hotfix) Fix import module
* test(suite_messaging) tst_OneToOneChatFlow skipped
2023-08-23 12:32:43 +02:00
Vladimir Druzhinin
18b1579cfd
test(AUT Close) The closing AUT process by pid ( #11955 )
...
#85
2023-08-22 17:15:25 +02:00
Valentina Novgorodtceva
e9d0727ea1
test(Onboarding and Wallet) Fixes of user sign up with profile image test and using Keycard wallet test
2023-08-15 17:05:38 +03:00
Vladimir Druzhinin
52fed9d5c2
test(Onboarding) Test on Import: 12 word seed phrase added
...
#86
2023-08-14 10:26:58 +03:00
Alex Jbanca
7d4df690c5
feat: Add Ban/Kick Pending state in the Community members settings.
2023-08-11 17:55:51 +03:00
Vladimir Druzhinin
5fc1ecc858
test(Onboarding) Skip closing test app ( #11837 )
...
- Closing all app instances by port for local run and by process name for CI
- Threshold for emoji hash decreased in image
comparison
- Verification point for cropped user icon added
2023-08-10 08:58:50 +02:00
Vladimir Druzhinin
b09504be36
Test(pytest) start aut ( #11482 )
...
* test(pytest) The driver methods added. Wrappers for UI elements added.
#67
* test(pytest) Squishserver added
#68
* test(pytest) Attach/Detach AUT methods added
#69
* test(pytest) Main window handler added
#70
* test(pytest) Save screenshot on fail added
#71
* test(pytest) Wait for squishserver added
#71
* test(pytest) Setup Windows
#71
* Generate new keys (#11804 )
* test(pytest) Image comparison methods added
#76
* test(pytest) Tesseract methods added
#77
* test(pytest) The Methods to search color on image added
#80
* test(onboarding) Test on generation new keys added
#75
* test(pytest) Handlers for OS Native File dialog added
#81
* test(Onboarding) Test on Profile image added
#83
* Allure and TestRail integration (#11806 )
* test(Allure) Steps descriptions added
#72
* test(TestRail) Integration
#72
2023-08-04 20:27:03 +02:00
Vladimir Druzhinin
13228f4c28
test(AUT) Skip closing AUT process at the end of the test ( #11701 )
...
#85
2023-07-28 17:20:29 +02:00
Anastasiya Semenkevich
6fa519a4c0
test(@tst_wallet_settingsManagement): add test to add new account from settings
2023-07-27 11:27:00 +03:00
Anastasiya Semenkevich
ffc5029be1
chore(@e2e_tests): enable back disabled tests
...
1. enabled back the tests which were disabled because of context menu changes
2. renamed several to make them look alike
3. disabled 2 tests because they need to be changed a little (additional verifications needed), for now they are duplicating existing stuff
2023-07-25 14:23:37 +03:00
Igor Sirotin
cc5f057b3a
Replace link previews with new unfurled data from the message ( #11603 )
2023-07-22 02:08:44 +03:00
Khushboo Mehta
9800dad3ba
feat(@desktop/wallet): Account view - New Account view UI
...
fixes #11537
2023-07-21 15:37:30 +02:00
Cuteivist
ae6630911e
feat(@desktop/wallet): Adjust options in wallet account menu ( #11368 )
...
* feat(@desktop/wallet): Adjust options in wallet account menu
closes #10682
* test(wallet suite) Fix failed test (#11577 )
---------
Co-authored-by: Vladimir Druzhinin <128374224+StateOf-Vlado@users.noreply.github.com>
2023-07-19 16:05:21 +02:00
Anastasiya Semenkevich
32952e4e01
Update test.feature
2023-07-19 10:26:54 +03:00
Khushboo Mehta
a468635ddc
feat(@desktop/wallet): Networks - New List UX with link mainnet/testnet + testnet mode enable/disable
...
fixes #11252
2023-07-14 08:57:36 +02:00
Noelia
eb37f44a23
feat(OwnerToken): Create Get started panel and add it to Tokens and Airdrops welcome views
...
- Added start panel in tokens welcome page.
- Added start panel in airdrop welcome page.
- Updated e2e tests according to new requirements.
Closes #11284
2023-07-11 11:07:01 +02:00
Noelia
d4afc1fba6
feat(CommunitySettings): Changes section name from `Mint Tokens` to `Tokens`
...
Updated text according to new design.
Updated e2e tests according to new requirement.
2023-07-11 11:07:01 +02:00
Vladimir Druzhinin
db826253c7
test(pytest) Import squish as a python module. ( #11421 )
...
#66
2023-07-10 17:55:10 +02:00
Alex Jbanca
9629a145da
feat: Update Community Overview header based on the new design
...
[Design](https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?type=design&node-id=31229-627216&mode=design&t=KoQOW7vmoNc7f41m-0 )
1. Update header layout and size
2. Add OverviewSettingsPanel in storybook
feat: Update Community Overview Header based on the new design
Removing squish tests related to the community identicon in the Overview page. The identicon is removed in the new designs
2023-07-08 11:56:33 +03:00
Alex Jbanca
3b57915155
feat: Implement Community Overview footer with mocked data
...
1. Adding OverviewSettingsFooter.qml according to design
2. Adding the footer to storybook
3. Add the footer in the overview page
4. Remove the squish tests for the old footer
2023-07-07 21:07:35 +03:00
Vladimir Druzhinin
04a63ce07d
Tests on Language settings skipped ( #11432 )
2023-07-06 13:10:14 +02:00
Alex Jbanca
0efca3f0bd
feat: Update Edit community settings based on new design
...
[Design for edit community settings](https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?node-id=3132%3A383870&mode=dev )
[Design for create community popup](https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba⎜Desktop?type=design&node-id=2636-359221&mode=design&t=Z888PCuW1eTwF5RY-0 )
1. Update alignments, paddings and item size to match the new design
2. Update subtitles (Only for edit community settings. Create community popup has different subtitles)
3. Create new EditCommunitySettingsLayout with the new design to be reused in CreateCommunityPopup
4. Update CreateCommunity popup to align it with the new design
5. Add basic EditSettingsPanelPage to storybook
6. Fix TagsPicker bug where the tags were not showing when opening the edit community settings for the first time
2023-07-06 09:47:46 +03:00
Michał Cieślak
cd142a74fc
chore(Community Settings): Squish tests fixed
2023-07-03 12:47:35 +02:00
Noelia
d763a09cac
feat(Communities): File renames
...
- Removed redundant `community` word in some files from: `controls`, `views`, `popups`, `helpers ` and `panels` folders.
- Updated storybook.
- Updated squish files.
Closes #6204
2023-06-28 14:28:47 +02:00
Vladimir Druzhinin
2ff798b686
test(suite wallet) Fix BDD syntax error ( #11283 )
2023-06-28 11:23:18 +02:00
Anastasiya Semiankevich
26c4eaa75b
chore(@e2e_tests): disable test for hiding w/o accounts
...
Hide/show w/o accounts button should not hide/show accounts but should reflect the total balance. This will be implemented in the app soon and the test has to be re-written to handle that
2023-06-27 13:35:25 +03:00