Fix maestro test.

This commit is contained in:
Benoit Marty 2023-11-02 09:19:16 +01:00
parent 4e7750b70a
commit 23cf703925
3 changed files with 12 additions and 2 deletions

View file

@ -33,6 +33,11 @@ object TestTags {
val loginPassword = TestTag("login-password")
val loginContinue = TestTag("login-continue")
/**
* Sign out screen.
*/
val signOut = TestTag("sign-out-submit")
/**
* Change server screen.
*/