Skip to content

Conversation

@yevh-berdnyk
Copy link
Contributor

No description provided.

@yevh-berdnyk yevh-berdnyk self-assigned this Mar 25, 2025
@yevh-berdnyk yevh-berdnyk requested a review from churik as a code owner March 25, 2025 16:03
@status-github-bot-v2 status-github-bot-v2 bot moved this from REVIEW to CONTRIBUTOR in Pipeline for QA Mar 25, 2025
@status-im-auto
Copy link
Member

status-im-auto commented Mar 25, 2025

Jenkins Builds

Click to see older builds (4)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ f2238ca #1 2025-03-25 16:16:45 ~12 min android-e2e 🤖apk 📲
f2238ca #1 2025-03-25 16:17:27 ~13 min ios 📄log
✔️ f2238ca #1 2025-03-25 16:17:46 ~13 min tests 📄log
✔️ f2238ca #1 2025-03-25 16:20:40 ~16 min android 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 8114650 #2 2025-03-25 16:47:40 ~6 min tests 📄log
✔️ 8114650 #2 2025-03-25 16:50:25 ~9 min android-e2e 🤖apk 📲
✔️ 8114650 #2 2025-03-25 16:51:19 ~10 min android 🤖apk 📲
8114650 #2 2025-03-25 16:53:45 ~12 min ios 📄log
8114650 #3 2025-03-25 17:09:19 ~11 min ios 📄log
19f3936 #4 2025-03-25 17:24:50 ~13 min ios 📄log
✔️ 19f3936 #3 2025-03-25 17:28:53 ~17 min tests 📄log
✔️ 19f3936 #3 2025-03-25 17:30:21 ~18 min android-e2e 🤖apk 📲
✔️ 19f3936 #3 2025-03-25 17:31:22 ~19 min android 🤖apk 📲
✔️ 19f3936 #5 2025-03-25 20:30:53 ~10 min ios 📱ipa 📲

@status-im-auto
Copy link
Member

20% of end-end tests have passed

Total executed tests: 10
Failed tests: 6
Expected to fail tests: 2
Passed tests: 2
Not executed tests: 58
IDs of not executed tests: 702730,702782,702731,702745,702813,702855,702733,702783,702784,703391,703496,702807,702732,702808,703202,703297,703495,702838,702843,702839,702859,703194,702840,702841,702844,702894,702845,703086,702786,702809,702948,703629,704615,741924,741925,741926,703503,702846,702742,703133,703382,702869,702850,702851,702777,741809,702947,702957,702958,702775,704613,739307,740220,740221,740222,741054,741806,741807 
IDs of failed tests: 727230,741612,740490,741555,727231,727229 
IDs of expected to fail tests: 741840,741841 

Not executed tests (58)

Click to expand
  • Rerun not executed tests
  • Failed tests (6)

    Click to expand
  • Rerun failed tests

  • Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230

    Device 2: Find `Text` by `xpath`: `//android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='Ether']/../android.widget.TextView[3]`
    Device 2: `Text` is `0.21619 ETH`

    critical/wallet/test_wallet_testnet.py:202: in test_wallet_send_asset_from_drawer
        self.errors.verify_no_errors()
    base_test_case.py:179: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Device 1: Eth amount in the shdUaM8M6QcxQ4qn32nQ's wallet is 0.4634 but should be 0.2472
    



    2. test_wallet_send_eth, id: 727229

    Device 2: Find Text by xpath: //android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='Ether']/../android.widget.TextView[3]
    Device 2: Text is 0.21609 ETH

    critical/wallet/test_wallet_testnet.py:167: in test_wallet_send_eth
        self.errors.verify_no_errors()
    base_test_case.py:179: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Device 1: Eth amount in the shdUaM8M6QcxQ4qn32nQ's wallet is 0.4634 but should be 0.2474
    



    Class TestWalletOneDevice:

    1. test_wallet_bridge_flow_mainnet, id: 741612

    Device 1: Could not reach Button by pressing system back button
    Device 1: Find Button by xpath: //android.view.ViewGroup[contains(@content-desc,'Account 1')]

    critical/wallet/test_wallet_mainnet.py:250: in test_wallet_bridge_flow_mainnet
        self.wallet_view.get_account_element().click()
    ../views/base_element.py:89: in click
        element = self.find_element()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 1: Button by xpath: `//android.view.ViewGroup[contains(@content-desc,'Account 1')]` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    2. test_wallet_balance_mainnet, id: 740490

    Device 1: Find AssetElement by xpath: //android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='USDCoin']
    Device 1: Find AssetElement by xpath: //android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='USDCoin']

    critical/wallet/test_wallet_mainnet.py:45: in test_wallet_balance_mainnet
        real_balance[asset] = self.wallet_view.get_asset(asset).get_amount()
    ../views/wallet_view.py:193: in get_asset
        element.scroll_to_element(down_start_y=0.89, down_end_y=0.8)
    ../views/base_element.py:196: in scroll_to_element
        raise NoSuchElementException(
     Device 1: AssetElement by xpath: `//android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='USDCoin']` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    3. test_wallet_swap_flow_mainnet, id: 741555

    Device 1: Could not reach Button by pressing system back button
    Device 1: Find Button by xpath: //android.view.ViewGroup[contains(@content-desc,'Account 1')]

    critical/wallet/test_wallet_mainnet.py:165: in test_wallet_swap_flow_mainnet
        self.wallet_view.get_account_element().click()
    ../views/base_element.py:89: in click
        element = self.find_element()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 1: Button by xpath: `//android.view.ViewGroup[contains(@content-desc,'Account 1')]` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    4. test_wallet_add_remove_regular_account, id: 727231

    # STEP: Adding new regular account
    Device 1: Find Button by accessibility id: add-account

    critical/wallet/test_wallet_mainnet.py:360: in test_wallet_add_remove_regular_account
        self.wallet_view.add_regular_account(account_name=new_account_name)
    ../views/wallet_view.py:245: in add_regular_account
        self.add_account_button.click()
    ../views/base_element.py:89: in click
        element = self.find_element()
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 1: Button by accessibility id: `add-account` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    



    Expected to fail tests (2)

    Click to expand

    Class TestWalletCollectibles:

    1. test_wallet_send_collectible, id: 741840

    Device 1: Tap on found: Button
    Device 1: Find EditBox by accessibility id: address-text-input

    critical/wallet/test_collectibles.py:102: in test_wallet_send_collectible
        self.wallet_view.address_text_input.send_keys(self.receiver['wallet_address'])
    ../views/base_element.py:365: in send_keys
        self.find_element().send_keys(value)
    ../views/base_element.py:78: in find_element
        raise NoSuchElementException(
     Device 1: EditBox by accessibility id: `address-text-input` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception 
    

    [[Collectibles list is not loaded sometimes]]

    2. test_wallet_collectible_send_from_expanded_info_view, id: 741841

    Device 1: Find Button by accessibility id: collectibles-tab
    Device 1: Tap on found: Button

    critical/wallet/test_collectibles.py:158: in test_wallet_collectible_send_from_expanded_info_view
        self.wallet_view.get_collectible_element('Glitch Punks').wait_for_element().click()
    ../views/base_element.py:120: in wait_for_element
        raise TimeoutException(
     Device `1`: `CollectibleItemElement` by` xpath`: `//*[@content-desc='collectible-list-item']//*[contains(@text,'Glitch Punks')]/../..` is not found on the screen after wait_for_element 
    

    [[Collectibles list is not loaded sometimes]]

    Passed tests (2)

    Click to expand

    Class TestWalletCollectibles:

    1. test_wallet_collectibles_balance, id: 741839

    Class TestWalletOneDevice:

    1. test_wallet_send_flow_mainnet, id: 741554

    @yevh-berdnyk yevh-berdnyk force-pushed the tests/fix-for-testrail branch from f2238ca to 8114650 Compare March 25, 2025 16:40
    @yevh-berdnyk yevh-berdnyk force-pushed the tests/fix-for-testrail branch from 8114650 to 19f3936 Compare March 25, 2025 17:11
    @yevh-berdnyk yevh-berdnyk merged commit 19f3936 into develop Mar 25, 2025
    5 checks passed
    @yevh-berdnyk yevh-berdnyk deleted the tests/fix-for-testrail branch March 25, 2025 20:39
    @github-project-automation github-project-automation bot moved this from CONTRIBUTOR to DONE in Pipeline for QA Mar 25, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    Projects

    Archived in project

    Development

    Successfully merging this pull request may close these issues.

    3 participants