Add UI tests for optional app lock setup. (#2046)

This commit is contained in:
Doug
2023-11-08 15:33:40 +00:00
committed by GitHub
parent d3a5c6c983
commit 0bd097fe25
42 changed files with 360 additions and 71 deletions

View File

@@ -83,6 +83,7 @@ struct AppLockSetupPINScreen: View {
Button(L10n.actionCancel) {
context.send(viewAction: .cancel)
}
.accessibilityIdentifier(A11yIdentifiers.appLockSetupPINScreen.cancel)
}
}
}