Churikova Tetiana
8578c317d6
removed show_ens_in_chats toggle from e2e
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-19 13:49:37 +01:00
Serhy
1a61ae4b73
Fix e2e update Dapps tp Browser
...
Signed-off-by: Serhy <sergii@status.im>
2019-12-19 12:32:27 +02:00
Churikova Tetiana
3b6c6972d3
additional check for stateous user without domain
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-18 17:50:19 +01:00
Serhy
df232889f4
Update e2e
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-18 16:18:08 +01:00
Churikova Tetiana
bdbbcbb1da
modified switch_network
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-17 11:03:45 +01:00
Churikova Tetiana
5da40ca412
removed web allow permissions test
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-11 16:34:37 +01:00
Churikova Tetiana
4a40b6f033
add junitxml report back
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-10 19:48:36 +01:00
Andrea Maria Piana
54cf783d5b
Move group chats to status-go
...
This commit completely remove transit for group chats. All the
processing is now done in status-go.
Also introuduces parsing and handling of mentions, needed so that system
messages can be easily built in status-go.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-12-10 16:18:26 +01:00
Churikova Tetiana
53523430cc
Formatted text in 'From' field
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-12-09 17:19:32 +01:00
Churikova Tetiana
9abb1ef488
another tiny fixes to e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-12-06 16:50:17 +01:00
Churikova Tetiana
21d24e7eef
waiting for allow_button until checking absense
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-12-06 10:57:38 +01:00
Andrea Maria Piana
78d694f52f
Move message processing to status-go and introduce protobuf
...
This commit moves all the processing of messages to status-go.
Messages are going arrive to status-react already saved an processed.
Receiving/sending/retrieving from db is now using the same identical
structure. The only processing left in status-react is to mark the
messages as seen and update the unviewed count locally (only
status-react knows whether the count should be updated).
Partially remove commands as well as won't be used anymore.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-12-05 17:30:30 +01:00
Serhy
0b2490d20e
Fix wallet tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-12-05 11:14:46 +01:00
Serhy
0b802ec456
Update e2e test to expect changes
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-03 13:10:56 +01:00
Serhy
577e699405
Upgrade to pytest 5.3.1
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-02 12:55:50 +02:00
Serhy
13a619502c
Fixing wallet send tx tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-11-29 19:43:59 +02:00
Churikova Tetiana
34b356866b
fixed several e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-29 11:30:40 +01:00
Churikova Tetiana
eecf53d11f
more wait for lets_go_button
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-25 17:46:33 +01:00
Churikova Tetiana
47d22305db
test_set_primary_ens_custom_domain
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-25 11:36:49 +01:00
Churikova Tetiana
0b1da0e118
markdown support test + waits
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-21 12:01:57 +01:00
Serhy
84325fc528
Fix invite friends test
...
Signed-off-by: Serhy <sergii@status.im>
2019-11-21 12:47:34 +02:00
Churikova Tetiana
40ca4af6a6
align e2e with accessibility-ids
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-18 13:11:52 +01:00
Serhy
6aa225192f
Test can cancel quote message
...
Signed-off-by: Serhy <sergii@status.im>
2019-11-18 12:25:28 +02:00
Andrea Maria Piana
9a9c0ce526
Render markdown
...
Fixes: https://github.com/status-im/trailofbits-audit/issues/47
Fixes: https://github.com/status-im/trailofbits-audit/issues/46
Fixes: https://github.com/status-im/trailofbits-audit/issues/44
Fixes: https://github.com/status-im/security-reports/issues/13
Fixes: https://github.com/status-im/security-reports/issues/5
Fixes: https://github.com/status-im/status-react/issues/8995
This commits re-introduce rendering of markdown text and implent a few
changes:
1) Parsing of the message content is now in status-go, this includes
markdown, line-count, and rtl. Parsing is not nested, as there's some
rendering degradation involved as we nest components, unclear exactly if
it's react-native or clojure, haven't looked too deeply into it.
2) Emojii type messages are not parsed on the sending side, not the
receiving one, using the appropriate content-type
3) Fixes a few issues with chat input rendering, currrently we use
`chats/current-chat` subscription which is very heavy and should not be
used unless necessary, and means that
any change to chat will trigger a re-render, which caused re-rendering
of input container on each received message. Also to note that
input-container is fairly heavy to render, and it's rendered twice at
each keypress on input.
The inline markdow supported is:
*italic* or _italic_
**bold** or __bold__
`inline code`
http://test.com links
\#status-tag
The block markdown supported is:
\# Headers
```
code blocks
```
> Quotereply
The styling is very basic at the moment, but can be improved.
Adding other markdown (photo,mentions) is straightforward and should
come at little performance cost (unless the component to render is
heavy, i.e a photo for example).
There are some behavioral changes with this commit:
1) Links are only parsed if starting with http:// or https://, meaning that
blah.com won't be parsed, nor www.test.com. This behavior is consistent
with discord for example and allows faster parsing at little expense to
ser experience imo. Fixes a few security issues as well.
2) Content is not anymore capped (regression), that's due to the fact that
before we only rendered text and react-native allowed us easily to limit
the number of lines, but adding markdown support means that this
strategy is not viable anymore. Performance of rendering don't see to be
very much impacted by this, I would re-introduce it if necessary, but
I'd rather do that in a separate PR.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-11-15 10:23:25 +01:00
Churikova Tetiana
3127f2fcb2
Reworked test_ens
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-14 12:04:26 +01:00
Churikova Tetiana
2ed62e53eb
added waits
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-12 12:44:51 +01:00
Andrea Maria Piana
2bb7c70216
[ Fixes : #1520 ] Enable ens
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-11-08 13:03:42 +01:00
Churikova Tetiana
9205a147a2
tiny fix to test_send_funds_between_accounts_in_multiaccount_instance
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-07 16:26:37 +01:00
Churikova Tetiana
9311fee2ae
wallet update balance and fix failures
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-07 14:40:12 +01:00
Churikova Tetiana
2e8e1a35ad
adjust tests to eth.fleet
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-05 12:17:47 +01:00
Andrea Maria Piana
1c63c782a4
Dont use network info but only rely on peers count for mailservers
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-11-05 11:50:54 +01:00
Serhy
e579412334
E2e check if seedphrase in new acc is true
...
Signed-off-by: Serhy <sergii@status.im>
2019-11-01 19:04:11 +02:00
Serhy
c7cc80bc60
Followup e2e fix after PN remove
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-30 21:34:53 +02:00
Churikova Tetiana
bba6d735c3
Remove Myabe later after deleting PN
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-30 09:19:07 +01:00
Churikova Tetiana
bada7c4dd4
added more waiting to some elements
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-29 18:23:38 +01:00
Serhy
5b742155d0
Soft errors handing separated per test
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-29 16:07:27 +02:00
Serhy
eb00df147d
E2E transaction appears in history
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-28 10:04:45 +02:00
Churikova Tetiana
5561aff955
e2e account settings
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-28 09:02:20 +01:00
Serhy
8ac531ed9c
Add unblock user test
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-24 19:29:02 +03:00
Churikova Tetiana
39b32707e2
2 mailserver e2e and small fix
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-24 18:20:49 +02:00
Andrea Maria Piana
57b1722863
Verify ens names on messages and contact requests
...
This commits verifies ens names when new messages or contact requests
come through.
A batch of ens names is sent to status-go which will then verifying them
and the result will be passed back in a callback to status-react.
Also temporary skipped test_ens_in_public_chat until we merge the ENS
code (blocked currently by 1.9 upgrade)
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-10-23 12:32:28 +02:00
Roman Volosovskyi
474ff00c7f
[ #8650 ] Tappable "backup seed" notification in wallet
...
- notification is tappable
- appears only if user has nonzero balance and hasn't backed up seed yet
- Fix e2e test for this change
2019-10-22 18:14:13 +03:00
Churikova Tetiana
dbb4dfa61b
e2e about dapp popup, fix e2e for switching mailserver, skipped low-prio blocked e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-21 14:51:59 +02:00
Serhy
c0945c41d6
New e2e tests and fix
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-21 11:53:50 +03:00
Churikova Tetiana
8fc823f94b
e2e about switching accounts in DApp
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-18 15:49:14 +02:00
yenda
7b6dfad702
[fix 8853] fix change of whisper id in ens registration
...
A user can type in their existing name in the registration flow. Status can
confirm if they own it. After signing a transaction, the user can update the
Whisper ID to their new one.
Instead of using a hardcoded contract for stateofus, the standard `owner`
method is called to find the resolver contract of a ens name.
This allows users to set the pubkey even for ens names that are not
subdomains of stateofus
Signed-off-by: yenda <eric@status.im>
2019-10-16 17:32:07 +02:00
Churikova Tetiana
1f24722db0
resolve ENS in wallet
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-16 15:35:35 +02:00
Churikova Tetiana
e88472a0e0
fix some testrail links and add new test for checking log_level and fleet
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-15 11:54:04 +02:00
Churikova Tetiana
114b4da2d9
fix deleteing dapps
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-14 14:22:56 +02:00
Serhy
c872c5c487
Enable high priority tests in PRs
...
Also:
- add ci/tests/Jenkinsfile.e2e-prs
- remove maybe_later_button click after new onboarding
- update job name for e2e tests
- Fix testrail checklist creationg for nightly builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-14 13:52:49 +02:00
Vitaliy Vlasov
5fd269fde8
Onboarding UI fixes
...
Signed-off-by: yenda <eric@status.im>
2019-10-10 21:00:29 +02:00
Churikova Tetiana
2d1fff479a
Fix stickers \ collectibles
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-10 15:51:21 +02:00
Serhy
5a02ecf2b4
Test seedphrase not active after backup
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-10 10:40:25 +03:00
Churikova Tetiana
d063d94d31
fix for 2 high e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-09 17:53:59 +02:00
Churikova Tetiana
e30a547039
Return boolean
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-08 13:29:35 +02:00
Serhy
58c64608d0
Test to check cryptokitty in wallet collectibles
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-04 19:29:16 +03:00
Churikova Tetiana
4eac209b9b
4 e2e fix
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-04 15:53:43 +02:00
Churikova Tetiana
da4fb01700
mobile_data_tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-04 12:13:21 +02:00
Serhy
6037add156
Fix api request to etherscan
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-02 11:13:27 +03:00
Andrea Maria Piana
acd7e56d1d
Add gfycat/identicon from status-go
...
Signed-off-by: yenda <eric@status.im>
2019-09-26 14:12:43 +02:00
Serhy
42a65a7a1e
Fix multipleaccount test
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-26 12:39:35 +03:00
Churikova Tetiana
9d0de73c1e
Another fix for false failures
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-25 17:17:02 +02:00
Churikova Tetiana
4239ae5686
Mobile popup
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-25 16:57:22 +02:00
Serhy
0a5acfb0f7
Update logcat tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-25 11:21:09 +03:00
Dmitry Novotochinov
18ce3b0129
[ #8968 ] custom seed phrase popover
...
Signed-off-by: yenda <eric@status.im>
2019-09-25 09:39:25 +02:00
Churikova Tetiana
ebc2ff04cd
Modified e2e for deleting-clear all dapps
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-24 12:07:51 +02:00
Serhy
2c56de0872
Fix app version and deeplink tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-24 10:45:18 +03:00
Churikova Tetiana
da120feef8
fix for menu item
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-20 16:11:06 +02:00
Churikova Tetiana
c3d59db47a
Fix picture for e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-20 14:37:21 +02:00
Churikova Tetiana
f7c7a10258
Small fix for new user profile
...
Signed-off-by: yenda <eric@status.im>
2019-09-20 14:09:34 +02:00
Churikova Tetiana
d3e6414c89
e2e fixes for false failures
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-13 17:36:32 +02:00
yevh-berdnyk
758cdf6cc2
Fixed e2e tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-09 11:50:41 +02:00
yevh-berdnyk
afe345cb02
Updated profile picture templates and fixed ENS username test
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-06 00:53:47 +02:00
yevh-berdnyk
e02b7489cc
Updated and added e2e tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-05 12:58:56 +02:00
Churikova Tetiana
b186676c67
Fix some selectors
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-05 12:40:59 +02:00
Churikova Tetiana
081b90ff4e
Fix high/critical e2e for profile
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-30 09:54:38 +02:00
Churikova Tetiana
fe6f7999bd
Fix critical e2e for new profile
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-29 12:26:06 +02:00
yevh-berdnyk
b9c7dbd5d2
Fixed e2e tests (high/medium)
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-27 09:59:22 +02:00
yevh-berdnyk
59000d5698
False failed tests fix
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-23 14:14:44 +02:00
yevh-berdnyk
da7a69bc02
Fixed tests with profile picture editing verifications
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-21 09:26:24 +02:00
yevh-berdnyk
5db9080990
Added tests for multiaccount
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-20 10:58:27 +02:00
yevh-berdnyk
d2a9cb355a
Updated test users public keys and usernames
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-20 10:57:51 +02:00
Andrea Maria Piana
be9cd1b050
Revert "Added tests for multiaccount"
...
This reverts commit 5fc358469a
.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-19 12:19:50 +02:00
yevh-berdnyk
2b3ef5b985
Fixed false failed tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-19 10:26:14 +02:00
yevh-berdnyk
5fc358469a
Added tests for multiaccount
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-19 10:24:56 +02:00
Churikova Tetiana
ebefb0c9e3
fixed actions for profile
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-19 10:16:59 +02:00
yevh-berdnyk
9a0bb7d137
Updated tests 5441, 5453, created 6221
...
Signed-off-by: Serhy <sergii@status.im>
2019-08-15 19:10:10 +03:00
Dmitry Novotochinov
b635691c25
recovery flow v1
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-08-14 19:42:26 +03:00
yevh-berdnyk
fde55b80d0
Added test for searching not used translation strings
...
Signed-off-by: Serhy <sergii@status.im>
2019-08-13 14:00:54 +03:00
Churikova Tetiana
fc999c2462
Check version format
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-12 09:42:26 +02:00
Churikova Tetiana
68da6159ed
skipped some steps in e2e due to deleteing commands
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-07 11:19:20 +02:00
yevh-berdnyk
df66f9ddbe
Added new tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-08-06 16:54:29 +03:00
Churikova Tetiana
c8a4c2ac21
restore 7 accounts
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-06 10:53:46 +02:00
Churikova Tetiana
5b08d129d4
skipped e2e due to missing commands in chat
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-02 13:57:18 +02:00
Churikova Tetiana
7f05c09632
ens e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-02 11:37:05 +02:00
Churikova Tetiana
90ec7768e6
disable 1 more e2e due to disable send to contacts from wallet
2019-07-30 20:35:58 +02:00
Churikova Tetiana
ca97cb53fe
skipped e2e for commands
2019-07-30 20:35:58 +02:00
yevh-berdnyk
6091517110
E2E tests false failures fixes
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-30 16:07:27 +03:00
yevh-berdnyk
ce84f81741
Re-enabled and updated e2e tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-29 14:54:25 +03:00
Andrey Shovkoplyas
f3bb555d52
[ #8626 ] Term 'Recovery phrase' should be used instead of 'seed phrase'
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-26 12:33:41 +02:00
yevh-berdnyk
7e061e9cd1
False failed tests fixed - chat, browsing, deeps links, transactions
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2019-07-26 00:54:48 +03:00
yevh-berdnyk
f7bb0d3648
Fixed false failed tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-24 19:10:33 +03:00
yevh-berdnyk
f0269bc732
Updated test_home_view with new onboarding flow
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-24 11:53:33 +03:00
yenda
c3c4a5170a
[multiaccount] rename multiaccount to account
...
Signed-off-by: yenda <eric@status.im>
2019-07-22 11:14:44 +02:00
Serhy
0c6c185394
Fixing e2e tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-18 19:28:50 +03:00
Serhy
840fbfd2d7
E2e nightly fixes
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-16 11:28:27 +03:00
Serhy
3c0a24f429
fix e2e wallet setup
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-12 12:36:45 +02:00
Serhy
d92eb8374f
e2e fix after new onboarding
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-12 13:02:10 +03:00
Vitaliy Vlasov
433f840f76
Onboarding sign-in
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-07-11 15:46:24 +03:00
Anton Danchenko
253c8c8e7a
Test time to load for login screen
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-10 10:45:14 +03:00
Vitaliy Vlasov
e9fd6e1a6b
Onboarding setup wizard
...
New onboarding e2e tests updates
New onboarding e2e fix 2
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-07-08 18:17:50 +03:00
Serhy
f2135c019f
Disable e2e until 8234 merged
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-04 12:54:15 +03:00
Jakub Sokołowski
119c5303a4
don't raise exception on testrail api errors
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-03 12:32:42 -04:00
Churikova Tetiana
d4aac3c423
fix for 4 e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-07-02 09:59:01 +02:00
Jakub Sokołowski
37dc51a93d
add a Jenkinsfile for nightly end-to-end tests
...
also add error handling for TestRail
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-01 11:22:26 -04:00
Churikova Tetiana
0c644705b3
fixed 19 e2e and skipped 3 e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-07-01 09:11:50 +02:00
Anton Danchenko
adb90e35de
Chatbot fix
...
Signed-off-by: Serhy <sergii@status.im>
2019-06-27 09:50:27 +03:00
Churikova Tetiana
eef777175e
Fix e2e with default usernames instead of custom
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-06-26 17:17:08 +02:00
Serhy
7a7bafd5ef
Fix critical e2e
...
Signed-off-by: Serhy <sergii@status.im>
2019-06-26 12:08:27 +03:00
Serhy
7237dd510d
Multiaccount critical e2e fixed
...
Signed-off-by: Serhy <sergii@status.im>
2019-06-25 13:42:27 +03:00
Serhy
3973ebd607
Tx in Dapp multiaccount followup e2e fix
...
Signed-off-by: Serhy <sergii@status.im>
2019-06-20 16:23:46 +03:00
Serhy
c9048f2e35
Fix stickers and wallet e2e tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-06-19 09:32:22 +03:00
Serhy
f3aa376d16
More e2e fixes
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-06-12 16:02:23 +02:00
Anton Danchenko
d1b991f656
e2e fixes
2019-06-12 13:20:02 +02:00
Churikova Tetiana
3e8b02616b
Requirement for Faucet request received is removed
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-06-07 16:18:22 +02:00
Churikova Tetiana
6c76cc866c
fetch_message and e2e fix
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-06-05 18:17:33 +02:00
Churikova Tetiana
9fe656705e
e2e for sync chats and profile
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-05-31 10:33:53 +02:00
Serhy
6a74c3a1ef
Add scroll on wallet
...
Signed-off-by: Serhy <sergii@status.im>
2019-05-30 11:51:39 +03:00
Churikova Tetiana
590ba7c874
e2e pairing 1-1 and contacts
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-05-29 12:56:37 +02:00
Serhy
092860f38a
Enable asset in Wallet before usage
...
Signed-off-by: Serhy <sergii@status.im>
2019-05-28 17:44:33 +03:00
yenda
b13864d052
[refactor] move utils.ethereum to ethereum
...
move utils.ethereum.tokens to ethereum.tokens
move utils.ethereum.abi-spec to ethereum.abi-spec
move utils.ethereum.core to ethereum.core
move utils.ethereum.eip165 to ethereum.eip165
move utils.ethereum.eip55 to ethereum.eip55
move utils.ethereum.eip681 to ethereum.eip681
move utils.ethereum.ens to ethereum.ens
move utils.ethereum.erc721 to ethereum.erc721
move utils.ethereum.mnemonics to ethereum.mnemonics
move utils.ethereum.resolver to ethereum.resolver
move utils.ethereum.macros to ethereum.macros
Signed-off-by: yenda <eric@status.im>
2019-05-23 15:11:48 +02:00
Anton Danchenko
c08e370aa3
added test_open_blocked_site
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-05-23 12:13:16 +03:00
Churikova Tetiana
d49a8dd5e5
align e2e with 8210
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-05-20 17:21:05 +02:00
Serhy
aa7292d757
Fix deep links tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-05-20 15:38:53 +03:00
Churikova Tetiana
17c163ce48
Reworked test_purchase_pack_and_send_sticker
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-05-13 15:57:20 +02:00
Churikova Tetiana
5ce43b75f3
Fixed failed e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-05-10 11:20:41 +02:00
Serhy
3a0c0a8557
Add faucet.ropsten.be in tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-05-08 20:23:05 +03:00
Serhy
abeaaa4218
Enable TX history view test on PR level
...
Signed-off-by: Serhy <sergii@status.im>
2019-05-08 09:54:31 +03:00
Serhy
71852bf111
Adopt e2e to new Status.im design
...
Signed-off-by: Serhy <sergii@status.im>
2019-05-03 09:43:47 +03:00
Vitaliy Vlasov
1ca9294af7
[MVP TTT] Contract support for settings
...
- settings are stored in a manifest that is pointed at by the contract
- during login the contract is checked to fetch the settings
Signed-off-by: yenda <eric@status.im>
2019-04-30 14:52:33 +02:00
Anton Danchenko
43ac92b9b0
enable stickers in e2e builds and added accessibility labels
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-26 14:32:33 +03:00
Jakub Sokołowski
e55cbc4c1f
upgrade urllib3: 1.24 > 1.24.2
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2019-11324
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-25 15:28:52 +02:00
Serhy
c49a2269c5
Fix connection is secure test
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-24 13:06:33 +03:00
Churikova Tetiana
e9fa601e7a
Add tests for block user from public chat and 1-1 header
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-04-22 14:49:24 +02:00
Serhy
d5f8853b81
Update SimplDapp in e2e to use github url
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-18 10:39:12 +03:00
Anton Danchenko
b16c224fd5
add daaps view, remove start_chat view; desktop and wallet modal
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-04-11 04:14:20 +03:00
Anton Danchenko
0944cedc80
added test sign_typed_message
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-04-11 01:51:46 +03:00
Churikova Tetiana
e26844547d
Clear group chat history
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-04-10 12:38:07 +02:00
Jakub Sokołowski
1d00e9bb3d
change App ID for PRs on Android to avoid replacing release
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-10 11:49:40 +02:00
Serhy
25c24bf716
Test opening app from deep links
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-03 14:42:57 +03:00
Roman Volosovskyi
24a978d442
Migrate to RN 0.59.2
2019-04-01 17:42:57 +03:00
Churikova Tetiana
7cb1919f99
make_admin and remove_user group chat tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-03-26 14:02:23 +01:00
Anton Danchenko
fe76457609
confirm network connect
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-03-22 14:42:19 +02:00
Anton Danchenko
4150fbfe77
new faucet url and locators
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-22 13:18:55 +02:00
Serhy
dd6f659809
Fix e2e tests adding custom network
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-22 13:17:03 +02:00
Pedro Pombeiro
3af25381e1
Change shebang in bash scripts
2019-03-21 13:57:00 +01:00
Anton Danchenko
cf21763a97
false failures fixes
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-03-21 13:47:20 +02:00
yenda
496f3f1cc7
[design] use Inter font on Android
...
- implement typography component
- replace InterUI font by Inter font (renaming)
Signed-off-by: yenda <eric@status.im>
2019-03-20 18:42:31 +01:00
Roman Volosovskyi
f25cf1a0f9
Reduce overdraw on main tabs
...
Fix e2e when swip-to-delete item
2019-03-20 14:59:22 +02:00
Anton Danchenko
e87d93c820
open dapp fix
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-20 13:45:10 +02:00
Serhy
10cc181335
Remove Dapps from search on chat test
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-20 12:20:43 +02:00
Anton Danchenko
3c5502075a
added chat search test
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-03-19 15:02:42 +02:00
Serhy
036692f8ba
Fix autotests for new welcome screen
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-03-19 13:11:26 +01:00
decanus
8d9664581f
changed translations
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-03-19 12:57:42 +01:00
Churikova Tetiana
f8dfc82dd4
Decline group invites
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-18 16:59:16 +02:00
Serhy
8e1da91ea0
Update e2e test to scroll more for TestDapp
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-03-14 11:10:37 +01:00
Serhy
ac718de425
Update critical autotests
2019-03-14 09:45:55 +01:00
yenda
7cad165a66
fix missing toolbar separator
...
Signed-off-by: yenda <eric@status.im>
2019-03-13 17:24:24 +01:00
Anton Danchenko
cf0afbca14
removed link to jenkins job in a PR
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-03-12 11:24:21 +02:00
Serhy
54a364a78f
Update set of critical tests #7658
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-06 10:50:46 +02:00
Serhy
aa0c457382
Disable wallet modal tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-05 11:19:25 +02:00
Serhy
a98264014f
Fix switch to home view from Wallet
...
Signed-off-by: Serhy <sergii@status.im>
2019-03-04 11:33:58 +02:00
Serhy
8aaafa3102
Add tests create acc with special chars pass
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-28 11:07:05 +02:00
Serhy
e55f8c95e2
Not expect messages after join gh
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-22 12:33:49 +02:00
Roman Volosovskyi
b8d4f2911b
new bottom tab (react-navigation)
2019-02-20 19:14:17 +02:00
Serhy
8def565664
Add tests for send tx in Dapp
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-18 16:23:42 +02:00
Serhy
9a5707583e
Custom network and seen status autotests fix
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-18 16:21:53 +02:00
Andrea Maria Piana
9c6cce7d4d
Allow to send transactions to non-contacts
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-18 11:33:39 +01:00
Serhy
8812c0f8bc
Selecting users when creating group chat
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-15 15:21:12 +02:00
Anton Danchenko
fd46113ab3
run all tests on android 8
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-02-13 23:30:14 +02:00
yenda
1002051074
[fix] ios checkbox
...
- remove usage of native checkboxes on android and desktop to ensure proper
design
- rename plain-checkbox to radio button and make sure it is only used where
radio button should be used (one possible choice beyond many)
- update autotest
Signed-off-by: yenda <eric@status.im>
2019-02-13 16:31:52 +01:00
Serhy
48affbc918
Fix autotest
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-11 19:10:36 +02:00
mestorlx
0471d5fd72
Added utility function to test addresses according to EIP55.
...
Added pop-up message when addres checksum fails in wallet/send/enter recipient address.
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-11 11:06:24 +01:00
yenda
b80e02d8cf
[feature] add block user feature in user profile
...
- add block/unblock action to user profile
- blocking deletes all messages from user and ignores future messages
- unblocking stops ignoring new messages from user but doesn't recover past ones
[feature] add contact list
[tests] added scroll to BackupRecoveryPhraseButton
[tests] added scroll to public key
Signed-off-by: yenda <eric@status.im>
2019-02-05 16:29:56 +01:00
Serhy
305bc8e1cf
Add accessibility-id for create group chat button
...
Signed-off-by: Serhy <sergii@status.im>
2019-01-31 20:38:15 +02:00
Anton Danchenko
d093b5f6be
fix for 502 response from sauce
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-01-30 15:27:37 +02:00
Igor Mandrigin
94022523a1
Use new Infura API.
...
As per announcement, we need to switch our Infura project IDs.
> As previously announced, accessing Infura will begin requiring a Project ID generated from the new Infura Dashboard. If you are using Infura and have not yet migrated your project, please take the time to do so now. The first milestone in this transition will be activated next week on January 23, 2019 at 20:00 UTC.
https://blog.infura.io/infura-dashboard-transition-update-c670945a922a
The new project is created with ID `f315575765b14720b32382a61a89341a`
and the API keys are updated.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-01-22 12:34:16 +01:00
Anton Danchenko
69209107ca
added upgrade test, changed apk name on sauce
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-01-21 12:52:12 +02:00
Anton Danchenko
471d26c6d1
fix group chat tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-01-15 16:01:46 +02:00
Anton Danchenko
df7590f48b
fix group and browser tests
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-01-09 17:15:28 +02:00
Corey
5e87026576
upgrade pyyaml to 4.1 for vuln mitigation
2019-01-04 13:44:24 -05:00
Anton Danchenko
2e7d89e690
added clicks on allow button
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-01-03 11:20:52 +01:00
yevh-berdnyk
62c7d645b7
Commit status change depending on e2e tests results
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-12-24 16:27:00 +02:00
Anton Danchenko
923509b9a0
added an ability to run tests by testrail case ids
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-12-23 17:15:50 +02:00
Anton Danchenko
67a47fac56
workaround on wrong transition to home instead of chat
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-12-19 13:02:02 +02:00
Anton Danchenko
88c06c53d4
urllib upgrade
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-12-14 15:50:49 +02:00
Anton Danchenko
f6777edbdc
migration to latest appium version
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-12-12 17:33:00 +02:00
Lukasz Fryc
45aa302637
Add group chats appium tests
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-12-11 12:55:25 +02:00
Corey
9e75b89d58
Upgrade requests for vuln report
2018-12-05 16:42:08 +02:00
Oleksii Lymarenko
e80200f260
tests added: check wallet modal in 1*1/group chats
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-12-04 13:39:02 +02:00
Anton Danchenko
73cbfd4cd9
new separator in public usernames and medium priority for test_user_can_interact_with_public_chat
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-12-03 11:44:32 +01:00
Anton Danchenko
c91e51459f
fix pytest internal error if no response from saucelabs
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-11-30 21:37:35 +02:00
Oleksii Lymarenko
6cf9e6136b
fix for key dict; skip mark removed
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-29 12:04:30 +02:00
Oleksii Lymarenko
79e542e1d5
new test added: redirect to public chat upon tap on the #tag in message
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-28 16:04:30 +02:00
Lukasz Fryc
5b95872a28
Do not save device stats in InfluxDB if database not provided
2018-11-28 10:57:18 +01:00
Oleksii Lymarenko
602a33fdaa
added tests: not enough eth for gas validation from DApp/wallet/chat
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-28 10:03:33 +02:00
yevh-berdnyk
1d0c00d4bc
Fixed test_user_can_interact_with_public_chat
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-11-26 20:17:06 +01:00
Oleksii Lymarenko
f1b457677c
new test added: user can send/read messages in public chat
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-22 15:28:37 +02:00
Oleksii Lymarenko
ad922f4c60
new test added: check currency fiat value is correct
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-22 15:26:12 +02:00
Bruce Hauman
d5dde69af9
[ #6718 ] restyle wallet onboarding flow
...
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-11-20 17:21:26 +01:00
Oleksii Lymarenko
58dc06267c
fix faq element locator on help view
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-20 17:26:52 +02:00
Anton Danchenko
1e241b5a90
removed sign in after the network switch
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-11-20 14:48:08 +02:00
Oleksii Lymarenko
9b198e4352
new test added: user can see own assets after account recovering
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-20 09:11:47 +02:00
Oleksii Lymarenko
bc44df32cb
new test added: check that system replaces capital letters when typing passphrase
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-19 19:02:00 +02:00
Anton Danchenko
cf15789e2a
skip tests in order not to false fail in PR
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-11-19 16:45:03 +02:00
Lukasz Fryc
eed610c46e
Allow to measure battery and network consumption on real device
2018-11-19 14:16:10 +01:00
yevh-berdnyk
e08b496c38
Fixed transactions history test
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-11-15 18:11:58 +01:00
Anton Danchenko
510961e333
swipe to delete fix
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-11-15 12:22:28 +02:00
Oleksii Lymarenko
89e0ea0bd2
new test added: check fiat value is correct for token transactions
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-14 22:43:50 +02:00
yevh-berdnyk
68d6255d44
Fixed chat element locator
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-11-14 18:17:16 +01:00
Serhy
5e2c192524
Add automated tests according to #6649
...
Signed-off-by: Serhy <sergii@status.im>
2018-11-09 12:56:18 +02:00
yevh-berdnyk
9a088ffc54
Fixed onboarding from DApp and openning links tests
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-11-07 17:32:21 +01:00
Oleksii Lymarenko
ed16d9f191
new test added: can complete txn to dapp after onboarding called from dapp is completed
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-07 17:40:16 +02:00
Serhy
6063134202
ix request ETH in simple dapp
...
Signed-off-by: Serhy <sergii@status.im>
2018-11-07 16:17:21 +02:00
Oleksii Lymarenko
9248db8dfb
changed element locator
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-06 16:33:04 +02:00
Oleksii Lymarenko
a8481ab3e1
got rid of set_network_connection() usage in test due to permanent failing
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-05 15:06:44 +02:00
Oleksii Lymarenko
70388b9113
refreshed saucelabs image templates
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-11-05 15:04:49 +02:00
Serhy
b0b2e5013b
Fix help section test
...
Signed-off-by: Serhy <sergii@status.im>
2018-10-31 11:41:41 +02:00
Oleksii Lymarenko
092da7ab9d
added test: can proceed using dapp after transacting tokens
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-29 10:33:33 +02:00
Oleksii Lymarenko
aa18cdc20e
functional test added: user can remove profile picture
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-29 10:19:34 +02:00
yevh-berdnyk
c348342590
Added TestRail link for test results in PRs
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-28 15:03:40 +01:00
Oleksii Lymarenko
96fe193daa
switching airplane toggle method added
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-23 16:30:54 +03:00
Oleksii Lymarenko
0ef2b68f69
changed element locator for a test
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-23 11:32:06 +03:00
Anton Danchenko
7d0c655441
fix for ETHro selection
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-10-19 12:43:08 +03:00
Andrea Maria Piana
9629983f7f
Remove instabug
2018-10-19 09:18:22 +03:00
Oleksii Lymarenko
df9a59e255
removed critical mark from transaction history test
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-18 17:38:13 +03:00
yevh-berdnyk
75ade1673b
False failures fix
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-10-18 12:04:12 +03:00
Lukasz Fryc
8e9f0143ad
Remove TestFairy from E2E tests
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-17 22:37:05 +03:00
Oleksii Lymarenko
dd7132f7d2
cast rerun count to int
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-10-16 12:35:54 +03:00
Oleksii Lymarenko
184dd03fa0
make conftest file meet pytest requirements
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-15 18:10:46 +03:00
Oleksii Lymarenko
1639943627
onboarding screen verification test added (testrail id 5355)
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-15 18:07:55 +03:00
Oleksii Lymarenko
3bda480fe6
txs history test added (testrail id 5314)
...
Signed-off-by: yenda <eric@status.im>
2018-10-15 16:45:41 +02:00
yevh-berdnyk
dc37e8b2dd
Updated profile picture templates
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-11 16:28:02 +03:00
Oleksii Lymarenko
321fb5e24a
false faucet fixture autouse
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-10-10 17:31:20 +03:00
Oleksii Lymarenko
2cab2bdc05
fix privacy summary elm locator; changed python string formatting
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-10 13:28:52 +03:00
yevh-berdnyk
95639d1bf2
Token info url is changed to https
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-08 20:10:27 +03:00
Serhy
c863f05a83
Fix tests after wallet modal button moved
...
Signed-off-by: Serhy <sergii@status.im>
2018-10-08 15:38:12 +03:00
yevh-berdnyk
7613e642ff
Fixed username verification in public chat, added StaleElementReferenceException to rerun errors
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-08 14:01:27 +03:00
Oleksii Lymarenko
3bc7378544
fix for python35 string formatting
...
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-08 11:53:33 +03:00
Oleksii Lymarenko
e8c68cfff9
passphrase validation tests added
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-10-04 18:40:42 +03:00