From 6db49c2296b2745f32dc5940a66cee24c710983a Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 30 Jul 2024 22:28:28 +0300 Subject: [PATCH] e2e --- src/components/ProfileNav/ProfilePopup.tsx | 2 +- tests-with-auth/readme.txt | 1 - {tests-with-auth => tests}/2-auth-topics-actions.spec.ts | 0 {tests-with-auth => tests}/3-auth-drafts-actions.spec.ts | 0 {tests-with-auth => tests}/4-auth-user-actions.spec.ts | 0 5 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tests-with-auth/readme.txt rename {tests-with-auth => tests}/2-auth-topics-actions.spec.ts (100%) rename {tests-with-auth => tests}/3-auth-drafts-actions.spec.ts (100%) rename {tests-with-auth => tests}/4-auth-user-actions.spec.ts (100%) diff --git a/src/components/ProfileNav/ProfilePopup.tsx b/src/components/ProfileNav/ProfilePopup.tsx index 9b53c58f..5dbaeaff 100644 --- a/src/components/ProfileNav/ProfilePopup.tsx +++ b/src/components/ProfileNav/ProfilePopup.tsx @@ -38,7 +38,7 @@ export const ProfilePopup = (props: ProfilePopupProps) => {
  • - + {t('Comments')} diff --git a/tests-with-auth/readme.txt b/tests-with-auth/readme.txt deleted file mode 100644 index 02a91b29..00000000 --- a/tests-with-auth/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This is folder with Playwright tests, that are needed to move in /tests dir for wrking on playwright circle \ No newline at end of file diff --git a/tests-with-auth/2-auth-topics-actions.spec.ts b/tests/2-auth-topics-actions.spec.ts similarity index 100% rename from tests-with-auth/2-auth-topics-actions.spec.ts rename to tests/2-auth-topics-actions.spec.ts diff --git a/tests-with-auth/3-auth-drafts-actions.spec.ts b/tests/3-auth-drafts-actions.spec.ts similarity index 100% rename from tests-with-auth/3-auth-drafts-actions.spec.ts rename to tests/3-auth-drafts-actions.spec.ts diff --git a/tests-with-auth/4-auth-user-actions.spec.ts b/tests/4-auth-user-actions.spec.ts similarity index 100% rename from tests-with-auth/4-auth-user-actions.spec.ts rename to tests/4-auth-user-actions.spec.ts