Skip to content

Commit

Permalink
contacts testing
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshyabhat committed Mar 8, 2024
1 parent 16c3b22 commit b7bb78c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions PICS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 637867499T;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
MARKETING_VERSION = 1.0;
Expand Down Expand Up @@ -1098,7 +1098,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "PICS/Supporting Files/PICSDebug.entitlements";
CODE_SIGN_ENTITLEMENTS = "PICS/Supporting Files/PICS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -1197,7 +1197,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 637867499T;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
MARKETING_VERSION = 1.0;
Expand All @@ -1217,7 +1217,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 637867499T;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
MARKETING_VERSION = 1.0;
Expand Down
3 changes: 2 additions & 1 deletion PICSUITests/ContactsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ContactsTests: XCTestCase {
func testApplicationLaunch() throws {
let app = XCUIApplication()
XCTAssertTrue(app.buttons["Contacts"].waitForExistence(timeout: 2))
app.buttons["Health"].tap()
app.buttons["Contacts"].tap()
XCTAssertTrue(app.staticTexts["Email"].waitForExistence(timeout: 2))
}
}

0 comments on commit b7bb78c

Please sign in to comment.