Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: fixes 3.05 #19888

Merged
merged 1 commit into from
May 3, 2024
Merged

e2e: fixes 3.05 #19888

merged 1 commit into from
May 3, 2024

Conversation

yevh-berdnyk
Copy link
Contributor

No description provided.

@yevh-berdnyk yevh-berdnyk requested a review from churik as a code owner May 3, 2024 09:23
@yevh-berdnyk yevh-berdnyk self-assigned this May 3, 2024
@status-im-auto
Copy link
Member

status-im-auto commented May 3, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ c45f47c #1 2024-05-03 09:28:11 ~4 min tests 📄log
✔️ c45f47c #1 2024-05-03 09:30:34 ~6 min android-e2e 🤖apk 📲
✔️ c45f47c #1 2024-05-03 09:31:01 ~7 min android 🤖apk 📲
✔️ c45f47c #1 2024-05-03 09:32:46 ~8 min ios 📱ipa 📲
✔️ 8a24185 #2 2024-05-03 16:37:26 ~4 min tests 📄log
✔️ 8a24185 #2 2024-05-03 16:40:43 ~8 min android-e2e 🤖apk 📲
✔️ 8a24185 #2 2024-05-03 16:41:11 ~8 min ios 📱ipa 📲
8a24185 #3 2024-05-03 17:03:33 ~8.3 sec android 📄log
✔️ 8a24185 #4 2024-05-03 17:10:17 ~6 min android 🤖apk 📲

@status-im-auto
Copy link
Member

0% of end-end tests have passed

Total executed tests: 3
Failed tests: 3
Expected to fail tests: 0
Passed tests: 0
IDs of failed tests: 727230,703391,727229 

Failed tests (3)

Click to expand
  • Rerun failed tests

  • Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230

    # STEP: Getting ETH amount in the wallet of the sender before transaction
    Device 1: Find `WalletTab` by `accessibility id`: `wallet-stack-tab`

    critical/test_wallet.py:117: in test_wallet_send_asset_from_drawer
        sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
    critical/test_wallet.py:39: in _get_balances_before_tx
        self.wallet_1.wallet_tab.click()
    ../views/base_element.py:90: in click
        element = self.find_element()
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: WalletTab by accessibility id: `wallet-stack-tab` 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_send_eth, id: 727229

    Device 1: Tap on found: LogInButton
    Device 1: Find Button by accessibility id: done

    critical/test_wallet.py:109: in test_wallet_send_eth
        self.wallet_1.send_asset(address=self.receiver['address'], asset_name='Ether', amount=amount_to_send)
    ../views/wallet_view.py:99: in send_asset
        self.confirm_transaction()
    ../views/wallet_view.py:87: in confirm_transaction
        self.done_button.click()
    ../views/base_element.py:90: in click
        element = self.find_element()
    ../views/base_element.py:79: in find_element
        raise NoSuchElementException(
     Device 1: Button by accessibility id: `done` 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
    



    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_send_image_save_and_share, id: 703391

    Device 2: Find Button by accessibility id: image-0
    Device 2: Click system back button

    critical/chats/test_1_1_public_chats.py:458: in test_1_1_chat_send_image_save_and_share
        self.errors.verify_no_errors()
    base_test_case.py:190: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Message about saving a photo is not shown for receiver.
    



    Device sessions

    @status-im-auto
    Copy link
    Member

    33% of end-end tests have passed

    Total executed tests: 3
    Failed tests: 2
    Expected to fail tests: 0
    Passed tests: 1
    
    IDs of failed tests: 727230,727229 
    

    Failed tests (2)

    Click to expand
  • Rerun failed tests

  • Class TestWalletMultipleDevice:

    1. test_wallet_send_asset_from_drawer, id: 727230

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

    critical/test_wallet.py:127: in test_wallet_send_asset_from_drawer
        self._check_balances_after_tx(amount_to_send, sender_balance, receiver_balance, eth_amount_sender,
    critical/test_wallet.py:98: in _check_balances_after_tx
        self.errors.verify_no_errors()
    base_test_case.py:190: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Eth amount in the receivers wallet is 0.0 but should be 0.0001
    E    Eth amount in the senders wallet is 0.0545 but should be 0.0544
    



    2. test_wallet_send_eth, id: 727229

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

    critical/test_wallet.py:112: in test_wallet_send_eth
        self._check_balances_after_tx(amount_to_send, sender_balance, receiver_balance, eth_amount_sender,
    critical/test_wallet.py:98: in _check_balances_after_tx
        self.errors.verify_no_errors()
    base_test_case.py:190: in verify_no_errors
        pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
     Eth amount in the receivers wallet is 0.0 but should be 0.0001
    E    Eth amount in the senders wallet is 0.0545 but should be 0.0544
    



    Passed tests (1)

    Click to expand

    Class TestOneToOneChatMultipleSharedDevicesNewUi:

    1. test_1_1_chat_send_image_save_and_share, id: 703391
    Device sessions

    @yevh-berdnyk yevh-berdnyk added the no-ci-builds Stops Jenkins from running builds label May 3, 2024
    @yevh-berdnyk yevh-berdnyk merged commit 8a24185 into develop May 3, 2024
    6 checks passed
    @yevh-berdnyk yevh-berdnyk deleted the tests/e2e-fixes-3-05 branch May 3, 2024 17:12
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    no-ci-builds Stops Jenkins from running builds tests
    Projects
    Archived in project
    Archived in project
    Development

    Successfully merging this pull request may close these issues.

    3 participants