From 862a1400d1d0b885162c3880ed579ee399aaf812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 3 Jun 2024 12:57:04 +0200 Subject: [PATCH] fix(e2e): remove colons from test filenames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They cause weird Git errors on Windows slaves: ``` stderr: error: invalid path 'test/e2e/tests/wallet_main_screen/wallet: assets tab/test_wallet_assets_sorting.py' ``` Signed-off-by: Jakub SokoĊ‚owski --- .../test_wallet_assets_sorting.py | 0 .../__init__.py | 0 .../test_footer_actions_send.py | 0 .../test_footer_actions_send_nft.py | 0 .../{wallet: plus button => wallet - plus button}/__init__.py | 0 .../test_plus_button_add_account_after_restart.py | 0 .../test_plus_button_add_watched_address.py | 0 ...est_plus_button_manage_account_added_for_new_generated_seed.py | 0 .../test_plus_button_manage_account_from_private_key.py | 0 .../test_plus_button_manage_account_from_seed_phrase.py | 0 .../test_plus_button_manage_generated_account.py | 0 ...plus_button_manage_generated_account_custom_derivation_path.py | 0 .../test_plus_button_use_keycard.py | 0 .../__init__.py | 0 .../test_context_menu_edit_default_account.py | 0 .../__init__.py | 0 .../test_right_click_manage_watched_address.py | 0 .../__init__.py | 0 .../test_saved_addresses.py | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename test/e2e/tests/wallet_main_screen/{wallet: assets tab => wallet - assets tab}/test_wallet_assets_sorting.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: footer actions => wallet - footer actions}/__init__.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: footer actions => wallet - footer actions}/test_footer_actions_send.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: footer actions => wallet - footer actions}/test_footer_actions_send_nft.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/__init__.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_add_account_after_restart.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_add_watched_address.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_manage_account_added_for_new_generated_seed.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_manage_account_from_private_key.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_manage_account_from_seed_phrase.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_manage_generated_account.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_manage_generated_account_custom_derivation_path.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: plus button => wallet - plus button}/test_plus_button_use_keycard.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: right click on account => wallet - right click on account}/__init__.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: right click on account => wallet - right click on account}/test_context_menu_edit_default_account.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: right click out of account area => wallet - right click out of account area}/__init__.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: right click out of account area => wallet - right click out of account area}/test_right_click_manage_watched_address.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: saved addresses => wallet - saved addresses}/__init__.py (100%) rename test/e2e/tests/wallet_main_screen/{wallet: saved addresses => wallet - saved addresses}/test_saved_addresses.py (100%) diff --git a/test/e2e/tests/wallet_main_screen/wallet: assets tab/test_wallet_assets_sorting.py b/test/e2e/tests/wallet_main_screen/wallet - assets tab/test_wallet_assets_sorting.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: assets tab/test_wallet_assets_sorting.py rename to test/e2e/tests/wallet_main_screen/wallet - assets tab/test_wallet_assets_sorting.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: footer actions/__init__.py b/test/e2e/tests/wallet_main_screen/wallet - footer actions/__init__.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: footer actions/__init__.py rename to test/e2e/tests/wallet_main_screen/wallet - footer actions/__init__.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: footer actions/test_footer_actions_send.py b/test/e2e/tests/wallet_main_screen/wallet - footer actions/test_footer_actions_send.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: footer actions/test_footer_actions_send.py rename to test/e2e/tests/wallet_main_screen/wallet - footer actions/test_footer_actions_send.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: footer actions/test_footer_actions_send_nft.py b/test/e2e/tests/wallet_main_screen/wallet - footer actions/test_footer_actions_send_nft.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: footer actions/test_footer_actions_send_nft.py rename to test/e2e/tests/wallet_main_screen/wallet - footer actions/test_footer_actions_send_nft.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/__init__.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/__init__.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/__init__.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/__init__.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_account_after_restart.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_add_account_after_restart.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_account_after_restart.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_add_account_after_restart.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_watched_address.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_add_watched_address.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_add_watched_address.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_add_watched_address.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_account_added_for_new_generated_seed.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_account_added_for_new_generated_seed.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_account_added_for_new_generated_seed.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_account_added_for_new_generated_seed.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_account_from_private_key.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_account_from_private_key.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_account_from_private_key.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_account_from_private_key.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_account_from_seed_phrase.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_account_from_seed_phrase.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_account_from_seed_phrase.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_account_from_seed_phrase.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_generated_account.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_generated_account.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_generated_account_custom_derivation_path.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_manage_generated_account_custom_derivation_path.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_use_keycard.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_use_keycard.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: plus button/test_plus_button_use_keycard.py rename to test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_use_keycard.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: right click on account/__init__.py b/test/e2e/tests/wallet_main_screen/wallet - right click on account/__init__.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: right click on account/__init__.py rename to test/e2e/tests/wallet_main_screen/wallet - right click on account/__init__.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: right click on account/test_context_menu_edit_default_account.py b/test/e2e/tests/wallet_main_screen/wallet - right click on account/test_context_menu_edit_default_account.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: right click on account/test_context_menu_edit_default_account.py rename to test/e2e/tests/wallet_main_screen/wallet - right click on account/test_context_menu_edit_default_account.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: right click out of account area/__init__.py b/test/e2e/tests/wallet_main_screen/wallet - right click out of account area/__init__.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: right click out of account area/__init__.py rename to test/e2e/tests/wallet_main_screen/wallet - right click out of account area/__init__.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: right click out of account area/test_right_click_manage_watched_address.py b/test/e2e/tests/wallet_main_screen/wallet - right click out of account area/test_right_click_manage_watched_address.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: right click out of account area/test_right_click_manage_watched_address.py rename to test/e2e/tests/wallet_main_screen/wallet - right click out of account area/test_right_click_manage_watched_address.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: saved addresses/__init__.py b/test/e2e/tests/wallet_main_screen/wallet - saved addresses/__init__.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: saved addresses/__init__.py rename to test/e2e/tests/wallet_main_screen/wallet - saved addresses/__init__.py diff --git a/test/e2e/tests/wallet_main_screen/wallet: saved addresses/test_saved_addresses.py b/test/e2e/tests/wallet_main_screen/wallet - saved addresses/test_saved_addresses.py similarity index 100% rename from test/e2e/tests/wallet_main_screen/wallet: saved addresses/test_saved_addresses.py rename to test/e2e/tests/wallet_main_screen/wallet - saved addresses/test_saved_addresses.py