File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ import androidx.compose.ui.Modifier
2424import androidx.compose.ui.graphics.Color
2525import androidx.compose.ui.graphics.Shape
2626import androidx.compose.ui.platform.LocalDensity
27+ import androidx.compose.ui.semantics.semantics
28+ import androidx.compose.ui.semantics.testTagsAsResourceId
2729import androidx.compose.ui.tooling.preview.Preview
2830import androidx.compose.ui.unit.Dp
2931import androidx.compose.ui.unit.dp
@@ -62,7 +64,7 @@ fun BottomSheet(
6264) {
6365 ModalBottomSheet (
6466 onDismissRequest = onDismissRequest,
65- modifier = modifier,
67+ modifier = modifier.semantics { testTagsAsResourceId = true } ,
6668 sheetState = sheetState,
6769 sheetMaxWidth = sheetMaxWidth,
6870 shape = shape,
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ object BoostTransactionTestTags {
431431 const val ESTIMATE_TIME = " estimate_time"
432432 const val TOTAL_FEE_PRIMARY = " total_fee_primary"
433433 const val TOTAL_FEE_SECONDARY = " total_fee_secondary"
434- const val SWIPE_TO_CONFIRM = " swipe_to_confirm "
434+ const val SWIPE_TO_CONFIRM = " GRAB "
435435 const val DECREASE_FEE_BUTTON = " Minus"
436436 const val INCREASE_FEE_BUTTON = " Plus"
437437 const val FEE_RATE_TEXT = " fee_rate_text"
You can’t perform that action at this time.
0 commit comments