diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-04-18 21:19:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 21:19:01 -0700 |
commit | 35daa5a343efdf5c6da866a348e99aeb8fb1b76c (patch) | |
tree | d1c95cad65e9aef2b83336a54d3396858384f3d8 /__e2e__ | |
parent | 03c50f07a1d2f4f7162bab5da112a7dc2b10d920 (diff) | |
download | voidsky-35daa5a343efdf5c6da866a348e99aeb8fb1b76c.tar.zst |
Release 1.101.0 (#8229)
* Update tests * Localization import from crowdin
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/create-account.yml | 1 | ||||
-rw-r--r-- | __e2e__/flows/login.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index d03d3232f..781f53782 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -28,6 +28,7 @@ appId: xyz.blueskyweb.app - hideKeyboard - tapOn: id: "nextBtn" +- tapOn: "Not now" - inputText: "e2e-test" - tapOn: id: "nextBtn" diff --git a/__e2e__/flows/login.yml b/__e2e__/flows/login.yml index 80e61a3ba..34fe634c5 100644 --- a/__e2e__/flows/login.yml +++ b/__e2e__/flows/login.yml @@ -23,4 +23,5 @@ appId: xyz.blueskyweb.app id: "loginPasswordInput" - inputText: "hunter2" - pressKey: Enter +- tapOn: "Not now" - assertVisible: "Following" |