mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
ChatTester: add test to ensure that chat status is set to failed when chatting with non existing people
This commit is contained in:
parent
b905816224
commit
bfda0ac297
1 changed files with 3 additions and 0 deletions
|
|
@ -102,6 +102,9 @@
|
|||
|
||||
[self startChatWith:user];
|
||||
[self sendMessage:user];
|
||||
[tester waitForViewWithAccessibilityLabel:@"Message status"
|
||||
value:@"not delivered"
|
||||
traits:UIAccessibilityTraitImage];
|
||||
|
||||
[tester tapViewWithAccessibilityLabel:@"Edit" traits:UIAccessibilityTraitButton];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue