ChatTester: add test to ensure that chat status is set to failed when chatting with non existing people

This commit is contained in:
Gautier Pelloux-Prayer 2015-06-22 16:39:41 +02:00
parent b905816224
commit bfda0ac297

View file

@ -102,6 +102,9 @@
[self startChatWith:user];
[self sendMessage:user];
[tester waitForViewWithAccessibilityLabel:@"Message status"
value:@"not delivered"
traits:UIAccessibilityTraitImage];
[tester tapViewWithAccessibilityLabel:@"Edit" traits:UIAccessibilityTraitButton];