Anastasiya Semenkevich
5fa33249c7
tests: fix editing with right click
2024-08-29 18:06:26 +03:00
Anastasiya Semenkevich
cc1e185080
tests: simplify adding new account from seed test
2024-08-29 18:06:26 +03:00
Anastasiya Semenkevich
69cdd30c11
tests: add account with derivation path test randomised
2024-08-28 19:44:15 +03:00
Anastasiya Semenkevich
ef9c2598cc
chore: clean up user.py
2024-08-28 14:26:27 +03:00
Anastasiya Semenkevich
d698d81e3f
tests: test for blocking/unblocking user is now using brand new accounts
2024-08-28 14:26:27 +03:00
Anton
cba367ba1d
fix import
2024-08-27 15:24:55 +02:00
Anton
9bc479cb7b
fix imports
2024-08-27 15:24:55 +02:00
Anton
c2b0a1c7d1
tests: add soft assertion
2024-08-27 15:24:55 +02:00
Anastasiya Semenkevich
a7cb7376dd
tests: use own profile link in messages so the information is not gone after 30 days
2024-08-27 14:50:29 +03:00
Anastasiya Semenkevich
ad68f46c5b
tests: use randomly generated seed where possible
2024-08-26 11:52:39 +02:00
Anastasiya Semenkevich
66fac6fa96
tests: refactor user.py
2024-08-21 17:06:41 +03:00
Lukáš Tinkl
e868f335aa
feat(Settings/Privacy and security): add Privacy Policy popup
...
- mention the "Privacy Policy" document in the text explaining "Help us
improve Status", make a link to it and display it in a separate popup
- add a standalone header button to the settings page, doing the same
- extend storybook page with the "placement" param
Fixes #16157
2024-08-21 15:28:11 +02:00
Anastasiya Semenkevich
4673c1af57
tests: reduce timeout for saved address test
2024-08-19 14:36:50 +03:00
Anastasiya Semenkevich
589e72cdfd
chore: add verifications when checking checkboxes on modal
2024-08-16 19:08:23 +03:00
Anastasiya Semenkevich
de7872546a
tests: reorganise automated tests executed in prs for better visibility
2024-08-16 12:08:32 +03:00
Igor Sirotin
a46a7883e0
chore_: allow disabling http/ws api from cli ( #16118 )
...
* chore_: allow disabling http/ws api from cli
* ci: add env vars to prevent autotests hitting 8545 (#16120 )
* chore: increase timeout for saved addresses test
* ci: add env vars to prevent autotests hitting 8545 port
---------
Co-authored-by: Anastasiya <82375995+anastasiyaig@users.noreply.github.com>
2024-08-15 13:44:23 +01:00
Anastasiya Semenkevich
6cc11bbca9
chore: group chat test is using newly created users to avoid potential waku issues
2024-08-09 22:35:45 +03:00
Valentina Novgorodtceva
c3f8ecb5ee
test: share wallet address test and default account values in send/receive/bridge
2024-08-09 13:06:39 +03:00
Valentina Novgorodtceva
905a5d21b4
chore: introduced local run mark and added skipif mark to skip them on ci
2024-08-09 11:14:54 +03:00
Valentina Novgorodtceva
b4ef71142e
test: share wallet address test and default account values in send/receive/bridge
2024-08-09 11:14:54 +03:00
Anton
70e885eb59
tests: set random color and return it so it works on any OS
2024-08-08 16:51:51 +02:00
Anastasiya Semenkevich
5cae2edf08
chore: make tests running for dev build and update marks
2024-08-08 13:22:33 +03:00
Alex Jbanca
95d8db26d2
chore(E2E): Skip tests on watch only accounts
...
(cherry picked from commit 5ac1f129e5
)
2024-08-07 19:17:16 +03:00
Lukáš Tinkl
ed650d32dd
chore: Remove the Browser from the app completely for now
...
- completely removes the `ui/app/AppLayouts/Browser` QML app section
- removes the `app_service/service/bookmarks`,
`app/modules/main/browser_section` and
`src/app_service/service/dapp_permissions` NIM modules
- remove the Browser settings page and associated popups/components
- HTML links now always open in an external browser
- adjust the section indexes in `Constants`
- fixup the e2e tests
Fixes #14614
2024-08-07 16:45:31 +02:00
Anton Danchenko
a0d540c558
tests: rework e2e tests according to product changes ( #15990 )
...
* tests: rework e2e tests according to product changes
2024-08-06 11:43:08 +02:00
Valentina1133
2cd6de11c9
test ( #15821 )
2024-08-02 15:00:54 +07:00
Stefan
da622348f6
chore(dapps) remove the POC wallet connect
...
Updates: #15598
2024-07-31 14:08:16 +02:00
Valentina1133
44281aabd0
test: community ban member steps added ( #15845 )
2024-07-30 12:44:35 +07:00
Valentina1133
8046bfeb6b
chore: fix link preview ( #15842 )
2024-07-29 16:29:08 +07:00
Valentina Novgorodtceva
ca88b43bf6
chore: removed condition for scroll, fixes issue with edit network
2024-07-26 15:51:02 +03:00
Valentina Novgorodtceva
60ee909598
chore: increased timeout for some buttons and created fixture to close apps before session
2024-07-25 12:20:56 +03:00
Anastasiya
2c70062dc8
chore: temp disable keycard tests
2024-07-23 19:50:16 +03:00
Valentina Novgorodtceva
7d49b6bd9c
chore: fix for metrics popup
2024-07-23 10:59:03 +02:00
Valentina Novgorodtceva
7ec4230a32
chore: fixes for new flow
2024-07-23 10:59:03 +02:00
Valentina1133
bb4c94438f
chore: owner and member can view and post in non-restricted channel ( #15421 )
2024-07-19 17:44:04 +07:00
Stefan
248ba1c1c8
feat(dapps): Add support for max fees in WalletConnect requests
...
Compute max fees for transaction related requests and display the
results to user.
Also:
- Add helper to convert from hex (backend) to decimal (frontend) values.
- Add helper to convert from float gwei to hex wei
- Update tests to accommodate for the new dependencies.
Sourcing of account balances is not included therefore the transaction is
allowed to go through even if the account balance is insufficient. An error
will be generated by the backend in this case.
Updates: #15192
2024-07-19 10:02:50 +02:00
Valentina1133
e1611cbc83
chore: keycard tests fixed, improved and other tests fixed accordingly ( #15656 )
2024-07-19 13:43:44 +07:00
Valentina1133
2b415bdc53
test: block and unblock user test added ( #15577 )
2024-07-18 17:57:24 +07:00
Valentina1133
e73df3da11
chore: raise Assertion error correctly ( #15654 )
2024-07-18 17:27:56 +07:00
Anastasiya Semenkevich
021d06deb8
chore: add background color verification for avatar
2024-07-18 13:06:11 +03:00
Anastasiya Semenkevich
9f03c2d425
tests: enable back test for account creation in settings
...
Closes https://github.com/status-im/status-desktop/issues/15286
2024-07-17 12:32:33 +03:00
Valentina Novgorodtceva
b0f373f1dc
chore: removed duplicated method, updated test according to changes
2024-07-17 12:32:16 +03:00
Anastasiya Semenkevich
7e69a2e465
tests: fix broken reference in links preview test
2024-07-15 14:33:56 +03:00
Anastasiya Semenkevich
046892dd98
chore: temp remove the wrong test case reference
2024-07-15 07:59:08 +03:00
Valentina Novgorodtceva
2a4e341f9d
chore: keycard env set separately for keycard tests only
2024-07-12 14:02:11 +03:00
Anastasiya Semenkevich
d814ec12ef
chore: remove repetitive code and re-order some classes
2024-07-12 13:00:10 +03:00
Valentina Novgorodtceva
01b4d1305d
test: verifications for share profile popup added
2024-07-11 16:56:27 +03:00
Valentina1133
4dc170688e
test: hidden community channel test added ( #15485 )
2024-07-11 17:51:56 +07:00
Valentina1133
6672816f84
chore: changes for tests stability ( #15500 )
2024-07-11 17:04:32 +07:00
Valentina1133
48b3c72957
chore: added removing of watched account ( #15517 )
2024-07-11 16:15:22 +07:00
Valentina Novgorodtceva
78e605d928
chore: reworked scroll method
2024-07-10 15:06:32 +03:00
Lukáš Tinkl
8504fb55a1
chore[UI - Wallet Stability] Rename SendModalFooter to TransactionModalFooter
...
... and remove particular code for send modal
- derive the footer from the standard `StatusDialogFooter` to reduce
code duplication (drop shadow, divider, margins, etc)
- rename the default button text
- expose the icon name and make it used the correct login/auth type icon
- some minor fixes and cleanups
Fixes #15212
2024-07-10 10:29:05 +02:00
Valentina1133
7b8361ec0f
chore: created separate files for onboarding, settings, wallet names ( #15457 )
2024-07-09 17:05:39 +07:00
Anastasiya
9662c974a0
chore: use uuid in screenshot name instead of timestamp to make the filename smaller
2024-07-08 18:23:07 +03:00
Valentina Novgorodtceva
e1bb235b4e
chore: method to set waku mode added
2024-07-08 17:31:41 +03:00
Valentina1133
50b0d7d039
chore: fix link preview and add more verifications ( #15435 )
2024-07-04 16:02:54 +07:00
Valentina Novgorodtceva
cd37994e6b
chore: some changes to stabilise tests, skipped assets sorting
2024-07-01 13:56:22 +03:00
Anastasiya Semenkevich
5684aac868
tests: replace seed recovery with new user creation instead
2024-07-01 13:41:57 +03:00
Anastasiya Semenkevich
f038d83281
chore: address review from https://github.com/status-im/status-desktop/pull/15251/
2024-06-28 17:27:59 +03:00
Anastasiya Semenkevich
8bf4199433
chore: add geth.log to allure
2024-06-28 17:27:59 +03:00
Valentina Novgorodtceva
1c38b209c1
chore: replaced steps with user data for online identifier test
2024-06-28 16:53:59 +03:00
Valentina Novgorodtceva
4693660226
chore: replaced watched address to another one and enabled test
2024-06-28 16:53:49 +03:00
Anastasiya Semiankevich
e2d7265d5b
chore: custom timeout where app freezes with ticket reference
2024-06-27 12:08:03 +03:00
Anastasiya Semiankevich
289d3561bd
chore: add isFrozen function and make the timeout for click a param
2024-06-27 12:08:03 +03:00
Valentina Novgorodtceva
c71d11e990
chore: duplicate permission step added to permission test
2024-06-27 09:58:24 +03:00
Valentina Novgorodtceva
8bc24c5803
chore: fix for community name
2024-06-26 11:41:10 +03:00
Valentina Novgorodtceva
37edd927f5
chore: fixes for mint owner token test
2024-06-26 11:41:00 +03:00
Anastasiya Semiankevich
5b30d25387
chore: add more logging to QT components
2024-06-26 11:19:06 +03:00
Valentina Novgorodtceva
afde836517
test: replaced old test of sending request to send/accept/decline request and remove contact
2024-06-24 16:24:57 +03:00
Valentina Novgorodtceva
50553f623a
test: prepared user data for future tests
2024-06-24 16:24:57 +03:00
Alex Jbanca
eb6f037df0
fix(e2e): Fixing ComboBox isChecked flag to allow 3 state checkboxes
2024-06-21 16:18:51 +03:00
Anastasiya
033bf99974
chore: add reference to skipped test
2024-06-20 22:07:19 +03:00
Anastasiya Semenkevich
d975dc66a1
tests: test for adding account from settings is disabled
2024-06-20 22:07:19 +03:00
Anastasiya Semenkevich
527654e579
chore: fix locator for RoundImage to use object name
2024-06-20 15:13:54 +03:00
Valentina1133
c3112e9f23
chore: replaced inviting people to community by another method ( #15226 )
2024-06-20 17:18:10 +07:00
Valentina1133
c8eb48cf04
chore: changes for mint owner token test ( #15270 )
2024-06-20 11:24:35 +03:00
Patryk Osmaczko
774c08eec7
chore(tests): make permissions tests required for PRs
2024-06-19 13:58:55 +02:00
Patryk Osmaczko
dc49843948
Revert "chore: disabled permissions tests, there is a bug"
...
This reverts commit 4226eaed0b
.
2024-06-19 13:58:55 +02:00
Valentina Novgorodtceva
4226eaed0b
chore: disabled permissions tests, there is a bug
2024-06-19 11:44:19 +03:00
Anastasiya Semenkevich
1c5aad7733
chore: replace conditions with function call in system.py
2024-06-18 15:04:44 +03:00
Anastasiya Semenkevich
dc628f300a
chore: terminate process on windows
2024-06-18 15:04:44 +03:00
Valentina1133
4170f589b3
chore: improved 1-1 chat so it will decrease duration of test + added verification that message was edited ( #15201 )
2024-06-18 16:42:55 +07:00
Valentina Novgorodtceva
28a7b691cd
chore: fix for click_mint
2024-06-17 15:43:32 +03:00
Anastasiya Semenkevich
469d527cf0
chore: remove semicolon from the paths files to make windows happy
2024-06-17 15:43:32 +03:00
Anastasiya Semenkevich
c67785100b
chore: click indicator on before get started modal instead of checkboxes
2024-06-17 15:43:32 +03:00
Anastasiya Semenkevich
3b4a50b46f
chore: click check boxes specifically, other elements in the middle
2024-06-17 15:43:32 +03:00
Anastasiya Semenkevich
5508cd96c9
chore: do not hardcode fileuri so it becomes OS agnostic
2024-06-17 13:39:18 +03:00
Anastasiya Semenkevich
e2f06fb204
test: disable change password test because it creates ghost instances
...
https://github.com/status-im/status-desktop/issues/15178
2024-06-14 12:52:14 +03:00
Valentina1133
1250373037
chore: more verifications added (community title and description on web page) ( #15022 )
2024-06-13 21:18:41 +07:00
Anastasiya Semenkevich
e896267874
chore: fix typo for keypair error string
2024-06-12 13:09:23 +03:00
Anastasiya Semenkevich
9ce23fe556
chore: squeeze 2 kill methods to 1
2024-06-12 13:09:23 +03:00
Anastasiya Semenkevich
19f6cf9e11
chore: removed unnecessary steps, brought back commented ones
2024-06-12 13:09:23 +03:00
Anastasiya Semenkevich
e8e1e08a89
chore: use sigkill to kill the process
2024-06-11 14:20:04 +03:00
Valentina Novgorodtceva
3d34b30390
test: 5 characters minimum length for account name and keypair name
2024-06-11 12:33:44 +03:00
Valentina Novgorodtceva
97291731ac
chore: fix for nightly fail
2024-06-11 12:33:44 +03:00
Anastasiya Semenkevich
b2f6b68ddb
chore: temp disable application restart step
2024-06-11 12:25:04 +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
Valentina1133
675ef05eaa
Fixes and changes for tests stability ( #15034 )
...
* chore: fixes for community channel test
* chore: changes for wallet tests stabilisation and increase of timeout for pin unpin test
2024-06-05 14:52:32 +07:00
Anastasiya Semenkevich
c016333aad
chore: use correct variable in default config template
2024-06-04 10:55:56 +03:00
Anastasiya Semenkevich
225fe15464
chore: update local config template file
2024-06-04 09:26:21 +03:00