Stabilize iOS UI test foundation and fix flaky suites
This commit is contained in:
@@ -19,7 +19,7 @@ final class MonthViewInteractionTests: BaseUITestCase {
|
||||
XCTAssertTrue(tabBar.monthTab.isSelected, "Month tab should be selected")
|
||||
|
||||
// 2. Wait for month grid content to load
|
||||
let monthGrid = app.otherElements["month_grid"]
|
||||
let monthGrid = app.element(UITestID.Month.grid)
|
||||
let scrollView = app.scrollViews.firstMatch
|
||||
|
||||
// Either the month_grid identifier or a scroll view should be present
|
||||
|
||||
Reference in New Issue
Block a user