Skip to content

Commit 2be738f

Browse files
committed
Fix test by adding missing button
1 parent 9b5a15a commit 2be738f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WooCommerce/src/test/kotlin/com/woocommerce/android/ui/woopos/home/toolbar/WooPosHomeFloatingToolbarViewModelTest.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ class WooPosHomeFloatingToolbarViewModelTest {
8585
.isEqualTo(
8686
WooPosHomeFloatingToolbarState.Menu.Visible(
8787
listOf(
88+
WooPosHomeFloatingToolbarState.Menu.MenuItem(
89+
title = R.string.woopos_orders_title,
90+
icon = Icons.Default.Description,
91+
),
8892
WooPosHomeFloatingToolbarState.Menu.MenuItem(
8993
title = R.string.woopos_settings_title,
9094
icon = Icons.Default.Settings,

0 commit comments

Comments
 (0)