diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index 56ef8388f1..eb2f05ca1e 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -25,7 +25,10 @@ appId: xyz.blueskyweb.app - tapOn: id: "passwordInput" - inputText: "hunter22" -- hideKeyboard +- tapOn: + # hideKeyboard on ios is borked + # https://docs.maestro.dev/troubleshooting/known-issues#hidekeyboard-command-is-flaky + text: "Your account" - tapOn: id: "nextBtn" - tapOn: