Skip to content

Instantly share code, notes, and snippets.

@mpahuja
Created September 24, 2019 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpahuja/2f790f9ace7ea26e1842abc43461bb59 to your computer and use it in GitHub Desktop.
Save mpahuja/2f790f9ace7ea26e1842abc43461bb59 to your computer and use it in GitHub Desktop.
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