From 77bdc69ba0c5f6cc1bed9c1b94eb3db23b6aa6b1 Mon Sep 17 00:00:00 2001 From: Anna <55500846+annapiktas@users.noreply.github.com> Date: Fri, 15 Jan 2021 09:59:21 +0000 Subject: [PATCH] Feature/issue57/add assert alert body (#145) * Added alert to Other page, message function to to assert the message, test for checking alert message * Merged develop in * Updated Changelog & Readme * Update CHANGELOG.md Co-authored-by: Roger TAN * Delete IDEWorkspaceChecks.plist * Fixing storyboard for XCode 10 - Storyboard no more crash on Xcode10 Co-authored-by: Anna Piktas Co-authored-by: Roger TAN Co-authored-by: Marco Guerrieri --- CHANGELOG.md | 1 + Example/TABTestKit/Base.lproj/Main.storyboard | 19 +++++++++++++------ .../TABTestKit/OtherElementsController.swift | 11 +++++++++++ .../OtherElementsScreen.swift | 2 ++ .../OtherElementsTests.swift | 13 +++++++++++++ README.md | 5 +++++ .../Classes/Contexts/AlertContext.swift | 3 +++ TABTestKit/Classes/Elements/Alert.swift | 4 +++- 8 files changed, 51 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9b9789..ed6ea246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Added `carthage.sh` to fix the issue with duplicated architecture when Carthage needs to build with Xcode 12.0 - Fixed Carthage issue to allow `Biometics` framework to be seperated from TABTestKit as the same of SwiftPM - Fixed a timezone issue on TestExample when switching from Summer Time to Winter Time. We make sure that the DatePicker are now always in UTC Timezone +- Added a method to assert the alert message - Added assert for tab bar tab count --- diff --git a/Example/TABTestKit/Base.lproj/Main.storyboard b/Example/TABTestKit/Base.lproj/Main.storyboard index 5dc8dc24..3c908251 100644 --- a/Example/TABTestKit/Base.lproj/Main.storyboard +++ b/Example/TABTestKit/Base.lproj/Main.storyboard @@ -161,18 +161,25 @@ - + - + - + @@ -290,8 +297,8 @@ - - + + @@ -415,7 +422,7 @@ -