mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Add some delay to taps for UI tests, this could fix intermittent failures when filling forms
This commit is contained in:
parent
8f2d2b4cd8
commit
7e94ad7cea
1 changed files with 7 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue