diff --git a/README.md b/README.md index c25c4a9d2..cc1acff3b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Check out the project's respective readmes: * [Backend Readme](backend/README.md) * [Frontend Readme](frontend/README.md) +* [E2E Tests Readme](test/e2e/README.md) ### Localization diff --git a/frontend/src/components/NavBar.vue b/frontend/src/components/NavBar.vue index 6925fd1e8..649edff7b 100644 --- a/frontend/src/components/NavBar.vue +++ b/frontend/src/components/NavBar.vue @@ -67,7 +67,6 @@ const isNavEntryActive = (item: string) => { :active="isNavEntryActive(item)" :label="t(`label.${item}`)" :link-name="item" - :data-testid="'nav-bar-' + item + '-btn'" /> diff --git a/frontend/src/views/LoginView.vue b/frontend/src/views/LoginView.vue index cbfa24053..07cf4b167 100644 --- a/frontend/src/views/LoginView.vue +++ b/frontend/src/views/LoginView.vue @@ -214,9 +214,9 @@ const onEnter = () => {
- {{ t('login.form.email') }} - {{ t('label.password') }} - {{ t('label.inviteCode') }} + {{ t('login.form.email') }} + {{ t('label.password') }} + {{ t('label.inviteCode') }}