mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Fixed SwiftUI UI tests not finding the right state to tap if not already displayed on screen.
This commit is contained in:
committed by
Stefan Ceriu
parent
3e6ecb27bb
commit
5aa59e87fe
@@ -33,8 +33,7 @@ struct ScreenList: View {
|
||||
ForEach(0..<allStates.count) { i in
|
||||
let state = allStates[i]
|
||||
NavigationLink(destination: state.view) {
|
||||
Text(state.fullScreenTitle)
|
||||
.accessibilityIdentifier(state.stateKey)
|
||||
Text(state.screenTitle)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user