Fix Maestro again after changes to the invite flow (#6796)

* Fix Maestro: tap on confirmation for inviting unknown users to a room

* Tap on back after inviting some user

* Tap on back again

* Confirm inviting someone to a DM

* Make fix conditional
This commit is contained in:
Jorge Martin Espinosa 2026-05-18 11:26:58 +02:00 committed by GitHub
parent 2954174c56
commit 9b1735e0e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 3 deletions

View file

@ -124,4 +124,6 @@ object TestTags {
*
*/
val roomAddressField = TestTag("room_address_field")
val confirmInviteUnknown = TestTag("confirm_invite_unknown")
}