mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 20:26:57 +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
@@ -39,7 +39,7 @@ class StateRenderer {
|
||||
ForEach(0..<states.count) { i in
|
||||
let state = self.states[i]
|
||||
Self.wrapWithNavigation(addNavigation, view: state.view)
|
||||
.previewDisplayName(state.stateTitle)
|
||||
.previewDisplayName(state.screenTitle)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user