Skip to content

Commit

Permalink
update: [ANDROAPP-5467] test tag added
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAparicioAlbaAsenjo committed Sep 25, 2023
1 parent fa6396f commit 6ee842d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.runtime.remember
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.testTag
import org.hisp.dhis.mobile.ui.designsystem.theme.InternalSizeValues
import org.hisp.dhis.mobile.ui.designsystem.theme.Outline
import org.hisp.dhis.mobile.ui.designsystem.theme.Ripple
Expand Down Expand Up @@ -66,7 +67,8 @@ fun RadioButton(
interactionSource = interactionSource,
modifier = Modifier
.size(InternalSizeValues.Size40)
.hoverPointerIcon(radioButtonData.enabled),
.hoverPointerIcon(radioButtonData.enabled)
.testTag("RADIO_BUTTON_${radioButtonData.uid}"),
colors = RadioButtonDefaults.colors(
selectedColor = SurfaceColor.Primary,
unselectedColor = Outline.Dark,
Expand Down

0 comments on commit 6ee842d

Please sign in to comment.