archive
.bsteph.com
🌱
Swift UI Testing Access string in the TextField
Source
Check contents of text input
XCTAssertEqual(textField.value as! String, "value")
swift