Skip to content

Commit

Permalink
Resolve todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Feb 16, 2024
1 parent a10664d commit 64e88f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class PersonalInfoViewsTests: XCTestCase {
XCTAssert(app.staticTexts["First Name"].waitForExistence(timeout: 2))
XCTAssert(app.staticTexts["Last Name"].waitForExistence(timeout: 2))

print(app.textFields.debugDescription) // TODO: name fields don't look good on macOS
print(app.textFields.debugDescription)
try app.textFields["enter your first name"].enter(value: "Leland")
try app.textFields["enter your last name"].enter(value: "Stanford")

Expand Down

0 comments on commit 64e88f5

Please sign in to comment.