Closed Parveshdhull closed 2 days ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_check_mark: | aab6c1fe | #6 | 2024-11-20 13:08:22 | ~4 min | tests |
:page_facing_up:log |
:heavy_check_mark: | aab6c1fe | #6 | 2024-11-20 13:12:21 | ~8 min | ios |
:iphone:ipa :calling: |
:heavy_check_mark: | aab6c1fe | #6 | 2024-11-20 13:12:42 | ~9 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | aab6c1fe | #6 | 2024-11-20 13:13:14 | ~9 min | android |
:robot:apk :calling: |
:heavy_check_mark: | 58476a43 | #7 | 2024-11-20 15:01:34 | ~5 min | tests |
:page_facing_up:log |
:heavy_check_mark: | 58476a43 | #7 | 2024-11-20 15:04:23 | ~8 min | android-e2e |
:robot:apk :calling: |
:heavy_check_mark: | 58476a43 | #7 | 2024-11-20 15:05:07 | ~8 min | android |
:robot:apk :calling: |
:heavy_check_mark: | 58476a43 | #7 | 2024-11-20 15:05:11 | ~8 min | ios |
:iphone:ipa :calling: |
@status-im/mobile-qa Could you please check if the e2e tests need any adjustments?
Total executed tests: 8
Failed tests: 7
Expected to fail tests: 1
Passed tests: 0
IDs of failed tests: 727230,727231,702745,702742,740490,727229,703133
IDs of expected to fail tests: 702843
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
``` Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices self.home = self.sign_in.create_user(username=self.username) ../views/sign_in_view.py:279: in create_user self.maybe_later_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`enable-notifications-later-button` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: |
2. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133 |
```
Test setup failed: critical/chats/test_public_chat_browsing.py:26: in prepare_devices
self.home = self.sign_in.create_user(username=self.username)
../views/sign_in_view.py:279: in create_user
self.maybe_later_button.wait_and_click()
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: in wait_for_visibility_of_element
raise TimeoutException(
Device 1: Button by accessibility id:`enable-notifications-later-button` is not found on the screen after wait_for_visibility_of_element
```
|
1. test_wallet_add_remove_regular_account, id: 727231 |
```
Test setup failed: critical/test_wallet.py:210: in prepare_devices
self.sign_in_view.recover_access(passphrase=self.sender['passphrase'], username=self.sender_username)
../views/sign_in_view.py:315: in recover_access
self.maybe_later_button.wait_and_click()
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: in wait_for_visibility_of_element
raise TimeoutException(
Device 1: Button by accessibility id:`enable-notifications-later-button` is not found on the screen after wait_for_visibility_of_element
```
|
2. test_wallet_balance_mainnet, id: 740490 |
``` Test setup failed: critical/test_wallet.py:210: in prepare_devices self.sign_in_view.recover_access(passphrase=self.sender['passphrase'], username=self.sender_username) ../views/sign_in_view.py:315: in recover_access self.maybe_later_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`enable-notifications-later-button` is not found on the screen after wait_for_visibility_of_element ``` |
1. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
``` Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True, /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete return future.result() __init__.py:52: in run_in_parallel returns.append(await k) /usr/lib/python3.10/concurrent/futures/thread.py:58: in run result = self.fn(*self.args, **self.kwargs) ../views/sign_in_view.py:272: in create_user self.enable_notifications_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`enable-notifications-button` is not found on the screen after wait_for_visibility_of_element ``` Device sessions Device 1: Device 2: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
```
Test setup failed: critical/test_wallet.py:28: in prepare_devices
self.loop.run_until_complete(
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: in run_in_parallel
returns.append(await k)
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
../views/sign_in_view.py:315: in recover_access
self.maybe_later_button.wait_and_click()
../views/base_element.py:100: in wait_and_click
self.wait_for_visibility_of_element(sec)
../views/base_element.py:147: in wait_for_visibility_of_element
raise TimeoutException(
Device 1: Button by accessibility id:`enable-notifications-later-button` is not found on the screen after wait_for_visibility_of_element
```
|
2. test_wallet_send_eth, id: 727229 |
``` Test setup failed: critical/test_wallet.py:28: in prepare_devices self.loop.run_until_complete( /usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete return future.result() __init__.py:52: in run_in_parallel returns.append(await k) /usr/lib/python3.10/concurrent/futures/thread.py:58: in run result = self.fn(*self.args, **self.kwargs) ../views/sign_in_view.py:315: in recover_access self.maybe_later_button.wait_and_click() ../views/base_element.py:100: in wait_and_click self.wait_for_visibility_of_element(sec) ../views/base_element.py:147: in wait_for_visibility_of_element raise TimeoutException( Device 1: Button by accessibility id:`enable-notifications-later-button` is not found on the screen after wait_for_visibility_of_element ``` |
1. test_community_message_edit, id: 702843 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
@Parveshdhull thanks for the PR! @yevh-berdnyk could you please adjust e2e tests according to current changes? Thank you!
Total executed tests: 8
Failed tests: 1
Expected to fail tests: 1
Passed tests: 6
IDs of failed tests: 702745
IDs of expected to fail tests: 702843
1. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
```
Test setup failed: critical/chats/test_1_1_public_chats.py:24: in prepare_devices
self.loop.run_until_complete(run_in_parallel(((self.device_1.create_user, {'enable_notifications': True,
/usr/lib/python3.10/asyncio/base_events.py:649: in run_until_complete
return future.result()
__init__.py:52: in run_in_parallel
returns.append(await k)
/usr/lib/python3.10/concurrent/futures/thread.py:58: in run
result = self.fn(*self.args, **self.kwargs)
SignInView.create_user() got an unexpected keyword argument 'enable_notifications'
```
Device sessions Device 1: Device 2: |
1. test_community_message_edit, id: 702843 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
2. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133 |
Device sessions Device 1: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
@yevh-berdnyk, Thank you for fixing e2e tests. PR ready to merge? cc @pavloburykh
Total executed tests: 8
Failed tests: 1
Expected to fail tests: 1
Passed tests: 6
IDs of failed tests: 703133
IDs of expected to fail tests: 702843
1. test_restore_multiaccount_with_waku_backup_remove_profile_switch, id: 703133 |
``` critical/chats/test_public_chat_browsing.py:245: in test_restore_multiaccount_with_waku_backup_remove_profile_switch self.errors.verify_no_errors() base_test_case.py:192: in verify_no_errors pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))])) zQ3...dWXh5 was not restored as a contact from waku backup! E zQ3...Vacac was not restored as a contact from waku backup! E admin_open was not restored from waku-backup!! E member_open was not restored from waku-backup!! E admin_closed was not restored from waku-backup!! E member_closed was not restored from waku-backup!! ``` Device sessions Device 1: |
1. test_community_message_edit, id: 702843 |
```
Test is not run, e2e blocker
```
[[reason: [NOTRUN] Skipped due to waku issue on staging fleet]] |
1. test_community_copy_and_paste_message_in_chat_input, id: 702742 |
Device sessions Device 1: |
1. test_wallet_add_remove_regular_account, id: 727231 |
2. test_wallet_balance_mainnet, id: 740490 |
1. test_1_1_chat_non_latin_messages_stack_update_profile_photo, id: 702745 |
Device sessions Device 1: Device 2: |
1. test_wallet_send_asset_from_drawer, id: 727230 |
2. test_wallet_send_eth, id: 727229 |
@yevh-berdnyk, Thank you for fixing e2e tests. PR ready to merge? cc @pavloburykh
Hi @Parveshdhull, thanks for the PR, it's ready now. E2E test failure is not related
fixes https://github.com/status-im/status-mobile/issues/21627
Video
https://github.com/user-attachments/assets/b253460d-955a-45b5-acca-99d14a883924
Testing
status: ready