From 57fe1134abae568b4405516dcb20b27f28708561 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 16 Oct 2025 13:48:05 +0100 Subject: [PATCH] fix create account --- __e2e__/flows/create-account.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: