diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-03-06 19:45:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 19:45:29 -0800 |
commit | ada2ac8b9169c5ebc4dbb1ce6a24a0accea39557 (patch) | |
tree | 180569c9d0d54f0a7b5dbd930c46c6f3c6d93e19 /__e2e__ | |
parent | fd8ac1da7df24543d175adc0d5e2b5d2cc9455af (diff) | |
download | voidsky-ada2ac8b9169c5ebc4dbb1ce6a24a0accea39557.tar.zst |
Release 1.99 prep (#7925)
* Revert #7847 (was causing layout issues) * Test fixes * Pull latest translations from crowdin * Run intl:extract:all
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/composer-self-label.yml | 2 | ||||
-rw-r--r-- | __e2e__/flows/create-account.yml | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/__e2e__/flows/composer-self-label.yml b/__e2e__/flows/composer-self-label.yml index 26aa0fab0..decd0dae2 100644 --- a/__e2e__/flows/composer-self-label.yml +++ b/__e2e__/flows/composer-self-label.yml @@ -17,7 +17,7 @@ appId: xyz.blueskyweb.app - inputText: "Post with an image" - tapOn: id: "openGalleryBtn" -- tapOn: "Content warnings" +- tapOn: "Allow Full Access" - tapOn: "Content warnings" - tapOn: "Porn" - tapOn: 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" |