Update frontend/src/components/menu/BottomMenu.vue #2237
frontend.test.unit.code.yml
on: push
Detect File Changes - frontend-test-unit-code
6s
Unit - Frontend
1m 36s
Annotations
6 errors
src/layouts/DefaultLayout.test.ts > DefaultLayout > renders:
frontend/src/layouts/DefaultLayout.test.ts#L23
Error: Snapshot `DefaultLayout > renders 1` mismatched
- Expected
+ Received
@@ -968,11 +968,11 @@
<!---->
</transition-stub>
</div>
<div
- class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface d-md-none d-lg-none"
+ class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface"
data-v-96a196cc=""
>
<div
class="message-indicator"
data-v-6b63f7d9=""
❯ src/layouts/DefaultLayout.test.ts:23:29
|
src/components/menu/BottomMenu.test.ts > BottomMenu > renders BottomMenu:
frontend/src/components/menu/BottomMenu.test.ts#L28
Error: Snapshot `BottomMenu > renders BottomMenu 1` mismatched
- Expected
+ Received
@@ -125,11 +125,11 @@
<!---->
</transition-stub>
</div>
<div
- class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface d-md-none d-lg-none"
+ class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface"
data-v-96a196cc=""
>
<div
class="message-indicator"
data-v-6b63f7d9=""
❯ src/components/menu/BottomMenu.test.ts:28:29
|
src/pages/index/Page.test.ts > IndexPage > without apollo error > renders:
frontend/src/pages/index/Page.test.ts#L30
Error: Snapshot `IndexPage > without apollo error > renders 1` mismatched
- Expected
+ Received
@@ -1600,11 +1600,11 @@
<!---->
</transition-stub>
</div>
<div
- class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface d-md-none d-lg-none"
+ class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface"
data-v-96a196cc=""
>
<div
class="message-indicator"
data-v-6b63f7d9=""
❯ src/pages/index/Page.test.ts:30:31
|
src/pages/join-room/Page.test.ts > JoinRoomPage > renders:
frontend/src/pages/join-room/Page.test.ts#L42
Error: Snapshot `JoinRoomPage > renders 1` mismatched
- Expected
+ Received
@@ -1172,11 +1172,11 @@
<!---->
</transition-stub>
</div>
<div
- class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface d-md-none d-lg-none"
+ class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface"
data-v-96a196cc=""
>
<div
class="message-indicator"
data-v-6b63f7d9=""
❯ src/pages/join-room/Page.test.ts:42:29
|
src/pages/room/Page.test.ts > Room Page > renders:
frontend/src/pages/room/Page.test.ts#L33
Error: Snapshot `Room Page > renders 1` mismatched
- Expected
+ Received
@@ -975,11 +975,11 @@
<!---->
</transition-stub>
</div>
<div
- class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface d-md-none d-lg-none"
+ class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface"
data-v-96a196cc=""
>
<div
class="message-indicator"
data-v-6b63f7d9=""
❯ src/pages/room/Page.test.ts:33:29
|
Unit - Frontend
Process completed with exit code 1.
|