mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +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
1925a126db
commit
0f20fc54de
@@ -29,7 +29,7 @@ class PollEditFormUITests: XCTestCase {
|
||||
|
||||
app = XCUIApplication()
|
||||
app.launch()
|
||||
app.buttons[MockPollEditFormScreenState.screenStateKeys.first!].tap()
|
||||
app.goToScreenWithIdentifier(MockPollEditFormScreenState.standard.title)
|
||||
}
|
||||
|
||||
func testInitialStateComponents() {
|
||||
|
||||
Reference in New Issue
Block a user