Skip to content

Commit

Permalink
Upgrade to new test extensions release
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Feb 16, 2024
1 parent 75e0cbf commit 804802b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ final class PersonalInfoViewsTests: XCTestCase {
XCTAssert(app.staticTexts["First Name"].waitForExistence(timeout: 2))
XCTAssert(app.staticTexts["Last Name"].waitForExistence(timeout: 2))

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
4 changes: 2 additions & 2 deletions Tests/UITests/UITests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordBDHG/XCTestExtensions";
requirement = {
branch = "feature/visionos-text-input";
kind = branch;
kind = upToNextMinorVersion;
minimumVersion = 0.4.9;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 804802b

Please sign in to comment.