Skip to content

Commit

Permalink
feat(cases): set testTag for dialog header on SelectIncidentDialog in…
Browse files Browse the repository at this point in the history
… SelectIncidentScreen
  • Loading branch information
deepanchal committed Aug 16, 2023
1 parent f6c6dce commit 210f0ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fun SelectIncidentDialog(
is IncidentsData.Incidents -> {
Column {
Text(
modifier = Modifier.padding(textPadding),
modifier = Modifier.testTag("selectIncidentHeader").padding(textPadding),
text = LocalAppTranslator.current("nav.change_incident"),
style = LocalFontStyles.current.header3,
)
Expand Down

0 comments on commit 210f0ff

Please sign in to comment.