forked from mirrors/linphone-iphone
travis: use iPhone6
This commit is contained in:
parent
5e3e9920db
commit
e211254634
2 changed files with 3 additions and 3 deletions
|
|
@ -26,8 +26,8 @@ install:
|
|||
- mkdir -p $KIF_SCREENSHOTS
|
||||
|
||||
script:
|
||||
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator build 1>/dev/null
|
||||
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator test
|
||||
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator -destination name='iPhone 6' build 1>/dev/null
|
||||
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator -destination name='iPhone 6' test
|
||||
|
||||
after_script:
|
||||
- ./Tools/imgur_upload.sh
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
}
|
||||
|
||||
- (void)deleteContactEntryForRowAtIndexPath:(NSInteger)idx inSection:(NSInteger)section {
|
||||
if ([tester tryFindingViewWithAccessibilityLabel:@"Delete" error:nil]) {
|
||||
if ([tester tryFindingTappableViewWithAccessibilityLabel:@"Delete" error:nil]) {
|
||||
[tester tapViewWithAccessibilityLabel:@"Delete"];
|
||||
} else {
|
||||
// hack: Travis seems to be unable to click on delete for what ever reason
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue