From 9d0fd05d1e3d2fc3ee81e9d94b84c8c0165b6f47 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 10 Mar 2016 16:55:55 +0100 Subject: [PATCH] TestsUI: add contact swipe delete and push notification tests --- Classes/ContactsListView.m | 1 + Classes/KIF | 2 +- .../Base.lproj/UIContactDetailsCell.xib | 2 +- TestsUI/ContactsTester.m | 14 +++++++++ TestsUI/NotificationTester.h | 12 ++++++++ TestsUI/NotificationTester.m | 29 +++++++++++++++++++ linphone.xcodeproj/project.pbxproj | 6 ++++ 7 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 TestsUI/NotificationTester.h create mode 100644 TestsUI/NotificationTester.m diff --git a/Classes/ContactsListView.m b/Classes/ContactsListView.m index dbb6c0dcc..65ffef68d 100644 --- a/Classes/ContactsListView.m +++ b/Classes/ContactsListView.m @@ -105,6 +105,7 @@ static UICompositeViewDescription *compositeDescription = nil; - (void)viewDidLoad { [super viewDidLoad]; + tableController.tableView.accessibilityIdentifier = @"Contacts table"; [self changeView:ContactsLinphone]; if ([tableController totalNumberOfItems] == 0) { [self changeView:ContactsAll]; diff --git a/Classes/KIF b/Classes/KIF index 2e2e314a4..9b42150f8 160000 --- a/Classes/KIF +++ b/Classes/KIF @@ -1 +1 @@ -Subproject commit 2e2e314a44aa9e3949fd54c75baff376af526493 +Subproject commit 9b42150f800c618f6ef308067eeb8221fddab2b3 diff --git a/Classes/LinphoneUI/Base.lproj/UIContactDetailsCell.xib b/Classes/LinphoneUI/Base.lproj/UIContactDetailsCell.xib index 73b2b6628..7ccaeab36 100644 --- a/Classes/LinphoneUI/Base.lproj/UIContactDetailsCell.xib +++ b/Classes/LinphoneUI/Base.lproj/UIContactDetailsCell.xib @@ -31,7 +31,7 @@ - +