Stabilize iOS UI test foundation and fix flaky suites
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user