Add some delay to taps for UI tests, this could fix intermittent failures when filling forms

This commit is contained in:
Guillaume BIENKOWSKI 2015-02-13 10:22:06 +01:00
parent 8f2d2b4cd8
commit 7e94ad7cea

View file

@ -10,9 +10,15 @@
#import "LinphoneManager.h"
#import <KIFTypist.h>
@implementation LinphoneTestCase
+ (void)initialize {
// default is 0.01, which sometimes confuses the simulator to the point that
// it will miss some keys
[KIFTypist setKeystrokeDelay:0.1];
}
- (NSString *)accountUsername {
return @"testios";