UI Test does not call applicationShouldTerminate on app.terminate()
Call Command + Q within a Swift UI Test to make the app call the applicationShouldTerminate function.
To resolve this, call the following function instead of app.terminate():
XCUIApplication().typeKey("q", modifierFlags: [.command)
Looking to learn more about SwiftUI, Swift, Swift Testing, Design and Technology?
Search our blog to learn more about Swift, SwiftUI, Swift Testing, design and technology.
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.