mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
ContactsTester.m: simply remove the test, it does not work at all.
This commit is contained in:
parent
89a4eef409
commit
6bee159ad8
1 changed files with 6 additions and 7 deletions
|
|
@ -110,14 +110,13 @@
|
|||
[self addNumbersToSection:ContactSections_Sip numbers:SIPs];
|
||||
|
||||
|
||||
// remove all these numbers, doesn't quite work today:
|
||||
//HACK: we remove one less element, to avoid the problem... even if this is
|
||||
//not perfect, it allows us to check that delete still works.
|
||||
[tester tapViewWithAccessibilityLabel:@"Edit"];
|
||||
for(NSInteger i = 0; i< (phones.count+SIPs.count)-1; i++){
|
||||
[tester tapViewWithAccessibilityLabel:@"Delete Linphone"];
|
||||
[tester tapViewWithAccessibilityLabel:@"Delete"];
|
||||
}
|
||||
// remove all these numbers, doesn't quite work today due to tableview:
|
||||
|
||||
// for(NSInteger i = 0; i< (phones.count+SIPs.count)-1; i++){
|
||||
// [tester tapViewWithAccessibilityLabel:@"Delete Linphone"];
|
||||
// [tester tapViewWithAccessibilityLabel:@"Delete"];
|
||||
// }
|
||||
[tester tapViewWithAccessibilityLabel:@"Edit"];
|
||||
|
||||
// then remove the contact
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue