This commit is contained in:
Trey t
2025-11-21 20:07:40 -06:00
parent b260eaa821
commit 93bd50ac3e
3 changed files with 26 additions and 41 deletions

View File

@@ -238,9 +238,11 @@ final class ComprehensiveResidenceTests: XCTestCase {
if nameField.exists {
nameField.tap()
// Clear existing text
nameField.doubleTap()
nameField.tap()
sleep(1)
app.buttons["Select All"].tap()
nameField.tap()
sleep(1)
app.menuItems["Select All"].tap()
sleep(1)
nameField.typeText(newName)