Stabilize unit and UI tests for SportsTime

This commit is contained in:
treyt
2026-02-18 13:00:15 -06:00
parent 1488be7c1f
commit 20ac1a7e59
49 changed files with 432 additions and 325 deletions

View File

@@ -27,6 +27,9 @@ class BaseUITestCase: XCTestCase {
override func setUpWithError() throws {
continueAfterFailure = false
// Keep UI tests in a consistent orientation to avoid layout-dependent flakiness.
XCUIDevice.shared.orientation = .portrait
app = XCUIApplication()
app.launchArguments = [
"--ui-testing",