Add TestTag to the Recovery key field.

This commit is contained in:
Benoit Marty 2024-02-22 10:25:47 +01:00
parent c85b716098
commit 64db9fa173
4 changed files with 11 additions and 1 deletions

View file

@ -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.
*/