Skip to content

Commit 4efec78

Browse files
committed
Add accessibility identifier to control code
1 parent 76baebf commit 4efec78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RIADigiDoc/UI/Component/Container/Signing/ControlCodeView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ struct ControlCodeView: View {
5050
.font(typography.displayMedium)
5151
.foregroundStyle(theme.onSurface)
5252
.scaleEffect(x: Dimensions.Scaling.WideScaling, y: Dimensions.Scaling.DefaultScaling)
53+
.accessibilityIdentifier("controlCode")
5354
}
5455
}
5556
.onDisappear {

0 commit comments

Comments
 (0)