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) {