forked from mirrors/linphone-iphone
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