Stabilize iOS UI test foundation and fix flaky suites

This commit is contained in:
Trey t
2026-02-17 22:24:08 -06:00
parent c28d7a59eb
commit 56ac783219
38 changed files with 543 additions and 585 deletions

View File

@@ -40,7 +40,7 @@ final class SecondaryTabTests: BaseUITestCase {
XCTAssertTrue(tabBar.insightsTab.isSelected, "Insights tab should be selected")
// Verify the Insights header text is visible
let insightsHeader = app.staticTexts["insights_header"]
let insightsHeader = app.element(UITestID.Insights.header)
XCTAssertTrue(
insightsHeader.waitForExistence(timeout: 5),
"Insights header should be visible"