From 272e8e80d87ef57fcf3b1671bf4e97668650242e Mon Sep 17 00:00:00 2001 From: Yevheniia Berdnyk Date: Tue, 10 Oct 2023 17:24:28 +0300 Subject: [PATCH] e2e: fixed issue with naming --- .../{test_1_1_public_chats.py => test_1_1_public_chats_old.py} | 0 .../old_ui/chats/{test_group_chat.py => test_group_chat_old.py} | 0 ...t_public_chat_browsing.py => test_public_chat_browsing_old.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/appium/tests/old_ui/chats/{test_1_1_public_chats.py => test_1_1_public_chats_old.py} (100%) rename test/appium/tests/old_ui/chats/{test_group_chat.py => test_group_chat_old.py} (100%) rename test/appium/tests/old_ui/chats/{test_public_chat_browsing.py => test_public_chat_browsing_old.py} (100%) diff --git a/test/appium/tests/old_ui/chats/test_1_1_public_chats.py b/test/appium/tests/old_ui/chats/test_1_1_public_chats_old.py similarity index 100% rename from test/appium/tests/old_ui/chats/test_1_1_public_chats.py rename to test/appium/tests/old_ui/chats/test_1_1_public_chats_old.py diff --git a/test/appium/tests/old_ui/chats/test_group_chat.py b/test/appium/tests/old_ui/chats/test_group_chat_old.py similarity index 100% rename from test/appium/tests/old_ui/chats/test_group_chat.py rename to test/appium/tests/old_ui/chats/test_group_chat_old.py diff --git a/test/appium/tests/old_ui/chats/test_public_chat_browsing.py b/test/appium/tests/old_ui/chats/test_public_chat_browsing_old.py similarity index 100% rename from test/appium/tests/old_ui/chats/test_public_chat_browsing.py rename to test/appium/tests/old_ui/chats/test_public_chat_browsing_old.py