Skip to content

Commit c37498a

Browse files
authored
e2e: big cleanup (#21875)
1 parent c1b0f3a commit c37498a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+38
-10430
lines changed

test/appium/tests/critical/chats/test_public_chat_browsing.py

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def test_restore_multiaccount_with_waku_backup_remove_profile_switch(self):
240240
self.errors.verify_no_errors()
241241

242242
@marks.testrail_id(703503)
243+
@marks.xfail(reason="Might fail if the Discover curation dapp is too slow to load > 2 mins")
243244
def test_community_discovery(self):
244245
try:
245246
# workaround for case if a user is logged out in the previous test

test/appium/tests/critical/test_deep_and_universal_links.py

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def test_deep_links_communities(self):
111111
if text != closed_community_name: # the last one
112112
self.home.navigate_back_to_home_view()
113113
self.home.browser_tab.click()
114-
115114
self.errors.verify_no_errors()
116115

117116
@marks.testrail_id(704614)

test/appium/tests/critical/test_fallback.py

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def _check_message(home_view, index):
161161
self.errors.verify_no_errors()
162162

163163
@marks.testrail_id(741054)
164+
@marks.xfail(reason="Arbiscan API is down, looking for analogue")
164165
def test_fallback_add_key_pair(self):
165166
account_to_add = transaction_senders['ETH_1']
166167
self.home_1.navigate_back_to_home_view()

test/appium/tests/critical/test_wallet.py

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def _check_last_transaction_in_activity(self, wallet_view, device_time, amount_t
123123
wallet_view.close_account_button.click_until_presence_of_element(wallet_view.show_qr_code_button)
124124

125125
@marks.testrail_id(727229)
126+
@marks.xfail(reason="Arbiscan API is down, looking for analogue")
126127
def test_wallet_send_eth(self):
127128
self.wallet_1.set_network_in_wallet(network_name=self.network)
128129
self.wallet_2.set_network_in_wallet(network_name=self.network)
@@ -158,6 +159,7 @@ def test_wallet_send_eth(self):
158159
self.errors.verify_no_errors()
159160

160161
@marks.testrail_id(727230)
162+
@marks.xfail(reason="Arbiscan API is down, looking for analogue")
161163
def test_wallet_send_asset_from_drawer(self):
162164
self.wallet_1.navigate_back_to_wallet_view()
163165
sender_balance, receiver_balance, eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()

test/appium/tests/old_ui/chats/test_1_1_public_chats_old.py

-822
This file was deleted.

test/appium/tests/old_ui/chats/test_group_chat_old.py

-140
This file was deleted.

0 commit comments

Comments
 (0)