diff options
Diffstat (limited to '__e2e__/flows/create-account.yml')
-rw-r--r-- | __e2e__/flows/create-account.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index efe27b0ab..d03d3232f 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -24,12 +24,10 @@ appId: xyz.blueskyweb.app - inputText: "example@test.com" - tapOn: id: "passwordInput" -- inputText: "hunter2" -- pressKey: Enter +- inputText: "hunter22" +- hideKeyboard - tapOn: id: "nextBtn" -- tapOn: - id: "handleInput" - inputText: "e2e-test" - tapOn: id: "nextBtn" |