Skip to content

Commit

Permalink
all tests, lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly committed Jun 28, 2024
1 parent 8a280f1 commit 55be0ea
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/menu/BottomMenu.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('BottomMenu', () => {

// // Initialzustand des Drawers überprüfen
// expect(drawerComponent.vm.modelValue).toBe(false)

// // Circle-Element klicken und Drawer-Status überprüfen
// await circleButton.trigger('click')
// await flushPromises()
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/menu/BottomMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:model-value="drawer"
:location="location"
width="300px"
class="menu-drawer-top"
@update:model-value="updateDrawer"
>
<v-list>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`BottomMenu > renders BottomMenu 1`] = `
>
<nav
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile menu-drawer-top"
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile"
data-v-96a196cc=""
style="bottom: 0px; z-index: 1004; transform: translateY(110%); position: fixed; transition: none !important; left: 0px; width: calc(100% - 0px - 0px);"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ exports[`DefaultLayout > renders 1`] = `
>
<nav
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile menu-drawer-top"
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile"
data-v-96a196cc=""
style="bottom: 0px; z-index: 1004; transform: translateY(110%); position: fixed; transition: none !important; left: 0px; width: calc(100% - 0px - 0px);"
>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/index/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ exports[`IndexPage > without apollo error > renders 1`] = `
>
<nav
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile menu-drawer-top"
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile"
data-v-96a196cc=""
style="bottom: 0px; z-index: 1004; transform: translateY(110%); position: fixed; transition: none !important; left: 0px; width: calc(100% - 0px - 0px);"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ exports[`JoinRoomPage > renders 1`] = `
>
<nav
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile menu-drawer-top"
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile"
data-v-96a196cc=""
style="bottom: 0px; z-index: 1004; transform: translateY(110%); position: fixed; transition: none !important; left: 0px; width: calc(100% - 0px - 0px);"
>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/room/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ exports[`Room Page > renders 1`] = `
>
<nav
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile menu-drawer-top"
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile"
data-v-96a196cc=""
style="bottom: 0px; z-index: 1004; transform: translateY(110%); position: fixed; transition: none !important; left: 0px; width: calc(100% - 0px - 0px);"
>
Expand Down

0 comments on commit 55be0ea

Please sign in to comment.