Add TestTag to the Recovery key field.
This commit is contained in:
parent
c85b716098
commit
64db9fa173
4 changed files with 11 additions and 1 deletions
|
|
@ -33,6 +33,11 @@ object TestTags {
|
|||
val loginPassword = TestTag("login-password")
|
||||
val loginContinue = TestTag("login-continue")
|
||||
|
||||
/**
|
||||
* Verification screen.
|
||||
*/
|
||||
val recoveryKey = TestTag("verification-recovery_key")
|
||||
|
||||
/**
|
||||
* Sign out screen.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue