From 8dbc816a33c69e20f6752e90994cd3998b651698 Mon Sep 17 00:00:00 2001 From: Trey t Date: Fri, 28 Nov 2025 21:01:23 -0600 Subject: [PATCH] Update UI test to use Performance property name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- iosApp/MyCribUITests/ComprehensiveDocumentWarrantyTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iosApp/MyCribUITests/ComprehensiveDocumentWarrantyTests.swift b/iosApp/MyCribUITests/ComprehensiveDocumentWarrantyTests.swift index b60b307..e6f8e86 100644 --- a/iosApp/MyCribUITests/ComprehensiveDocumentWarrantyTests.swift +++ b/iosApp/MyCribUITests/ComprehensiveDocumentWarrantyTests.swift @@ -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) {