diff --git a/frontend/src/components/SidebarPlugin/SideBar.spec.js b/frontend/src/components/SidebarPlugin/SideBar.spec.js index 58405f38f..9f182ca93 100644 --- a/frontend/src/components/SidebarPlugin/SideBar.spec.js +++ b/frontend/src/components/SidebarPlugin/SideBar.spec.js @@ -113,12 +113,6 @@ describe('SideBar', () => { expect(wrapper.emitted('logout')).toEqual([[]]) }) }) - - describe('language-switch', () => { - it('has a language-switch button', () => { - expect(wrapper.find('div.language-switch').exists()).toBeTruthy() - }) - }) }) }) }) diff --git a/frontend/src/components/SidebarPlugin/SideBar.vue b/frontend/src/components/SidebarPlugin/SideBar.vue index c3f991297..519a4f0b1 100755 --- a/frontend/src/components/SidebarPlugin/SideBar.vue +++ b/frontend/src/components/SidebarPlugin/SideBar.vue @@ -64,23 +64,18 @@ -
- -