diff options
Diffstat (limited to '__e2e__/flows/create-account.yml')
-rw-r--r-- | __e2e__/flows/create-account.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index 4d49e9b6a..1290c94bf 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -32,6 +32,9 @@ appId: xyz.blueskyweb.app text: "Not Now" optional: true - inputText: "e2e-test" +- extendedWaitUntil: + visible: + id: "handleAvailableCheck" - tapOn: id: "nextBtn" - +- assertVisible: "Give your profile a face" |