Created
September 24, 2019 16:42
-
-
Save mpahuja/2f790f9ace7ea26e1842abc43461bb59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import XCTest | |
final class UserTests: BaseTestCase, AuthenticationUITestable { | |
func test_accountRecoveryStart () { | |
XCTContext.runActivity(named: "Start account recovery") { _ in | |
self.startAccountRecovery(withEmail: UserInfo.LoginSmoke.emailAddress, | |
serverEnvironment: UserInfo.LoginSmoke.serverEnvironment) | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment