diff --git a/android-flow.yaml b/android.yaml similarity index 91% rename from android-flow.yaml rename to android.yaml index 91c92d0..cf887ac 100644 --- a/android-flow.yaml +++ b/android.yaml @@ -1,5 +1,3 @@ -# flow.yaml - appId: com.google.android.apps.messaging --- - launchApp diff --git a/ios-flow.yaml b/ios-flow.yaml deleted file mode 100644 index 2369d83..0000000 --- a/ios-flow.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# flow.yaml - -appId: com.apple.MobileSMS ---- -- launchApp -# - tapOn: "Kate" -- tapOn: - containsChild: "Kate Bell" -- inputText: "Hey there, this is an automated test" -- tapOn: "backButton" -- tapOn: "John Appleseed" -- assertVisible: "Hey there, this is an automated test" diff --git a/ios.yaml b/ios.yaml new file mode 100644 index 0000000..d83c0e3 --- /dev/null +++ b/ios.yaml @@ -0,0 +1,11 @@ +appId: com.apple.MobileSMS +--- +- launchApp +- tapOn: + below: + id: "ConversationList" +- tapOn: + id: "messageBodyField" +- inputText: "Hey there, this is an automated test." +- tapOn: + id: "sendButton"