Skip to content

Commit

Permalink
e2e: big cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
churik committed Dec 30, 2024
1 parent c1b0f3a commit b74c43c
Show file tree
Hide file tree
Showing 46 changed files with 38 additions and 10,430 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def test_restore_multiaccount_with_waku_backup_remove_profile_switch(self):
self.errors.verify_no_errors()

@marks.testrail_id(703503)
@marks.xfail(reason="Might fail if the Discover curation dapp is too slow to load > 2 mins")
def test_community_discovery(self):
try:
# workaround for case if a user is logged out in the previous test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def test_deep_links_communities(self):
if text != closed_community_name: # the last one
self.home.navigate_back_to_home_view()
self.home.browser_tab.click()

self.errors.verify_no_errors()

@marks.testrail_id(704614)
Expand Down
1 change: 1 addition & 0 deletions test/appium/tests/critical/test_fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def _check_message(home_view, index):
self.errors.verify_no_errors()

@marks.testrail_id(741054)
@marks.xfail(reason="Arbiscan API is down, looking for analogue")
def test_fallback_add_key_pair(self):
account_to_add = transaction_senders['ETH_1']
self.home_1.navigate_back_to_home_view()
Expand Down
2 changes: 2 additions & 0 deletions test/appium/tests/critical/test_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def _check_last_transaction_in_activity(self, wallet_view, device_time, amount_t
wallet_view.close_account_button.click_until_presence_of_element(wallet_view.show_qr_code_button)

@marks.testrail_id(727229)
@marks.xfail(reason="Arbiscan API is down, looking for analogue")
def test_wallet_send_eth(self):
self.wallet_1.set_network_in_wallet(network_name=self.network)
self.wallet_2.set_network_in_wallet(network_name=self.network)
Expand Down Expand Up @@ -158,6 +159,7 @@ def test_wallet_send_eth(self):
self.errors.verify_no_errors()

@marks.testrail_id(727230)
@marks.xfail(reason="Arbiscan API is down, looking for analogue")
def test_wallet_send_asset_from_drawer(self):
self.wallet_1.navigate_back_to_wallet_view()
sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
Expand Down
822 changes: 0 additions & 822 deletions test/appium/tests/old_ui/chats/test_1_1_public_chats_old.py

This file was deleted.

140 changes: 0 additions & 140 deletions test/appium/tests/old_ui/chats/test_group_chat_old.py

This file was deleted.

Loading

0 comments on commit b74c43c

Please sign in to comment.