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