Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone Auth Login Test #14222

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; };
DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; };
DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */; };
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B899DE642D071E6200D3A83D /* RecaptchaEnterprise */; };
EA02F68524A000E00079D000 /* UserActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68424A000E00079D000 /* UserActions.swift */; };
EA02F68D24A063E90079D000 /* LoginDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68C24A063E90079D000 /* LoginDelegate.swift */; };
EA062D5D24A0FEB6006714D3 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = EA062D5C24A0FEB6006714D3 /* README.md */; };
Expand Down Expand Up @@ -159,7 +159,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */,
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */,
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
Expand Down Expand Up @@ -393,7 +393,7 @@
DE8B63712BEC2FB900607B82 /* GoogleSignIn */,
DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,
DE8B63762BEC302200607B82 /* FacebookLogin */,
DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */,
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image Looks like tests are failing as it is not happy with the dependency. I see RecaptchaEnterprise is already present, do we need to update it again?

);
productName = "Swifty Auth";
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
Expand Down Expand Up @@ -481,6 +481,7 @@
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
);
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -978,6 +979,14 @@
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 18.6.0;
};
};
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git";
Expand Down Expand Up @@ -1005,6 +1014,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */ = {
isa = XCSwiftPackageProductDependency;
package = B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
productName = RecaptchaEnterprise;
};
DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = {
isa = XCSwiftPackageProductDependency;
productName = FirebaseAuth;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
continueAfterFailure = false

app = XCUIApplication()
app.launch()

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testAuth, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: lstat of /Users/runner/Library/Developer/CoreSimulator/Devices/9B53E74F-DAF0-4C6E-B887-3CB810C581DD/data/Library/Caches/com.apple.mobile.installd.staging/temp.NIZ8w4/extracted/AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise failed: No such file or directory)))

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testAuthAnonymously, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is mis2024-12-09 12:59:20.685 xcodebuild[4402:27070] [MT] IDELaunchReport: 68a3a237b4c83640:68a3a237b4c83640: Finished with error: App installation failed: Unable to Install “AuthenticationExample”

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testAuthExistingAccount, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: lstat of /Users/runner/Library/Developer/CoreSimulator/Devices/9B53E74F-DAF0-4C6E-B887-3CB810C581DD/data/Library/Caches/com.apple.mobile.installd.staging/temp.K3WJDe/extracted/AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise failed: No such file or directory)))

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testAuthExistingAccountWrongPassword, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: lstat of /Users/runner/Library/Developer/CoreSimulator/Devices/9B53E74F-DAF0-4C6E-B887-3CB810C581DD/data/Library/Caches/com.apple.mobile.installd.staging/temp.hST35o/extracted/AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise failed: No such file or directory)))

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testCreateAccountBadPassword, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: lstat of /Users/runner/Library/Developer/CoreSimulator/Devices/9B53E74F-DAF0-4C6E-B887-3CB810C581DD/data/Library/Caches/com.apple.mobile.installd.staging/temp.y9ZpBx/extracted/AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise failed: No such file or directory)))

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testCreateAccountCorrectPassword, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check2024-12-09 12:59:54.249 xcodebuild[4402:27070] [MT] IDELaunchReport: 68a3a237b543f880:68a3a237b543f880: Finished with error: App installation failed: Unable to Install “AuthenticationExample”

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testCreateAlreadyExistingAccount, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: lstat of /Users/runner/Library/Developer/CoreSimulator/Devices/9B53E74F-DAF0-4C6E-B887-3CB810C581DD/data/Library/Caches/com.apple.mobile.installd.staging/temp.j4Edo5/extracted/AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise failed: No such file or directory)))

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testPhoneAuthLoginRCEInEnforceMode, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: lstat of /Users/runner/Library/Developer/CoreSimulator/Devices/9B53E74F-DAF0-4C6E-B887-3CB810C581DD/data/Library/Caches/com.apple.mobile.installd.staging/temp.F40HGM/extracted/AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise failed: No such file or directory)))

Check failure on line 26 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testPhoneAuthLoginRCEInEnforceModeIncorrectNumber, Failed to get launch progress for <XCUIApplicationImpl: 0x600000cb26d0 com.google.firebaseAuthSDKSampleApp.dev at /Users/runner/Library/Developer/Xcode/DerivedData/AuthenticationExample-bnhhywyboojpgzalxzsyoceaarle/Build/Products/Debug-iphonesimulator/AuthenticationExample.app>: App installation failed: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: Unable to Install “AuthenticationExample”. Please try again later. AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework is missing its bundle executable. Please check your build settings to make sure that a bundle executable is produced at the path "AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise". (Underlying Error: lstat of /Users/runner/Library/Developer/CoreSimulator/Devices/9B53E74F-DAF0-4C6E-B887-3CB810C581DD/data/Library/Caches/com.apple.mobile.installd.staging/temp.5w5Ge1/extracted/AuthenticationExample.app/Frameworks/RecaptchaEnterprise.framework/RecaptchaEnterprise failed: No such file or directory)))
}

override func tearDown() {
Expand Down Expand Up @@ -182,6 +182,64 @@
)
}

func testPhoneAuthLoginRCEInEnforceMode() {
app.staticTexts["Phone Number"].tap()
XCTAssertTrue(app.staticTexts["Sign in using Phone Auth"].waitForExistence(timeout: 3))
let testPhone = "12345678901"
app.textFields["Enter Phone Number"].tap()
app.textFields["Enter Phone Number"].typeText(testPhone)
app.buttons["Send Verification Code"].tap()
let errorDialog = app.alerts["Error"]
XCTAssertFalse(
errorDialog.waitForExistence(timeout: 5),
"Error"
)
let verificationCodeInput = app.textFields["Enter verification code."]
XCTAssertTrue(
verificationCodeInput.waitForExistence(timeout: 2),
"OTP input should appear."
)
verificationCodeInput.tap()
let testVerificationCode = "123456"
verificationCodeInput.typeText(testVerificationCode)
app.buttons["Continue"].tap()
// Sign out
let signOutButton = app.buttons["Sign Out"]
if signOutButton.exists {
signOutButton.tap()
}
}

func testPhoneAuthLoginRCEInEnforceModeIncorrectNumber() {
app.staticTexts["Phone Number"].tap()
XCTAssertTrue(app.staticTexts["Sign in using Phone Auth"].waitForExistence(timeout: 3))
let testPhone = "1234567890"
app.textFields["Enter Phone Number"].tap()
app.textFields["Enter Phone Number"].typeText(testPhone)
app.buttons["Send Verification Code"].tap()
// Verify that the error dialog appears
let errorDialog = app.alerts["Error"]
XCTAssertTrue(
errorDialog.waitForExistence(timeout: 5),
"Error dialog should appear."
)
let okButton = errorDialog.buttons["OK"] // Dismiss the error dialog
XCTAssertTrue(okButton.exists, "The 'OK' button should be present in the error dialog.")
okButton.tap()
// Ensure the dialog is dismissed
XCTAssertFalse(errorDialog.exists, "The error dialog should be dismissed after tapping 'OK'.")
// Go back and check that there is no user that is signed in
app.swipeDown(velocity: .fast)
// Go back and check that there is no user that is signed in
app.tabBars.firstMatch.buttons.element(boundBy: 1).tap()
wait(forElement: app.navigationBars["User"], timeout: 5.0)
XCTAssertEqual(
app.cells.count,
0,
"The user shouldn't be signed in and the user view should have no cells."
)
}

func DRAFT_testGoogleSignInAndLinkAccount() {
let interruptionMonitor = addUIInterruptionMonitor(withDescription: "Sign in with Google") {
alert -> Bool in
Expand Down
Loading