Update UI test to use Performance property name

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Trey t
2025-11-28 21:01:23 -06:00
parent fa1fab0e4a
commit 8dbc816a33

View File

@@ -101,7 +101,7 @@ final class ComprehensiveDocumentWarrantyTests: XCTestCase {
private func selectProperty() {
app/*@START_MENU_TOKEN@*/.buttons["Select Property, Select Property"]/*[[".buttons.containing(.staticText, identifier: \"Select Property\")",".otherElements.buttons[\"Select Property, Select Property\"]",".buttons[\"Select Property, Select Property\"]"],[[[-1,2],[-1,1],[-1,0]]],[0]]@END_MENU_TOKEN@*/.firstMatch.tap()
app.buttons.containing(NSPredicate(format: "label CONTAINS[c] 'Sequential'")).firstMatch.tap()
app.buttons.containing(NSPredicate(format: "label CONTAINS[c] 'Performance'")).firstMatch.tap()
}
private func selectDocumentType(type: String) {