From 5e81d5886518196115dc5c45e7f359fce57ac7aa Mon Sep 17 00:00:00 2001 From: Alexander Lazaris Date: Mon, 17 Oct 2022 15:04:29 +1100 Subject: [PATCH] renamed files --- android-flow.yaml => android.yaml | 2 -- ios-flow.yaml | 12 ------------ ios.yaml | 11 +++++++++++ 3 files changed, 11 insertions(+), 14 deletions(-) rename android-flow.yaml => android.yaml (91%) delete mode 100644 ios-flow.yaml create mode 100644 ios.yaml 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"