diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-07-01 17:56:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-01 17:56:27 -0700 |
commit | 9d44673acbe38081e4116e29805d441a17a16804 (patch) | |
tree | 502940c470af5d482e75895fe6eed823aa39a9a5 /__e2e__/flows/profile-screen.yml | |
parent | bc072570d27e1f397406daea355570f5aec95647 (diff) | |
download | voidsky-9d44673acbe38081e4116e29805d441a17a16804.tar.zst |
Release 1.104.0 (#8595)
* Fix to navigation action after saving feeds * Test updates * Intl pull
Diffstat (limited to '__e2e__/flows/profile-screen.yml')
-rw-r--r-- | __e2e__/flows/profile-screen.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/__e2e__/flows/profile-screen.yml b/__e2e__/flows/profile-screen.yml index e60bfa371..858448b44 100644 --- a/__e2e__/flows/profile-screen.yml +++ b/__e2e__/flows/profile-screen.yml @@ -26,6 +26,8 @@ appId: xyz.blueskyweb.app - tapOn: id: "followBtn" - tapOn: + point: 65%,35% # dismiss the subscribe prompt +- tapOn: id: "unfollowBtn" # Can mute/unmute another user |