Add accessibilityIdentifier to every interactive UI element in the storyboard and Swift code so XCUITest can locate them reliably.
Required identifiers
Every button, table, cell, slider, picker, toggle, and label that XCUITest needs to interact with or assert on must have a unique accessibilityIdentifier.
See the full identifier mapping in the XCUITest automation plan (#12).
Acceptance criteria
Parent: #12
Add
accessibilityIdentifierto every interactive UI element in the storyboard and Swift code so XCUITest can locate them reliably.Required identifiers
Every button, table, cell, slider, picker, toggle, and label that XCUITest needs to interact with or assert on must have a unique
accessibilityIdentifier.See the full identifier mapping in the XCUITest automation plan (#12).
Acceptance criteria
Parent: #12