From 9d44673acbe38081e4116e29805d441a17a16804 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 1 Jul 2025 17:56:27 -0700 Subject: Release 1.104.0 (#8595) * Fix to navigation action after saving feeds * Test updates * Intl pull --- __e2e__/flows/create-account.yml | 1 - __e2e__/flows/curate-lists.yml | 2 +- __e2e__/flows/login.yml | 1 - __e2e__/flows/profile-screen.yml | 2 ++ 4 files changed, 3 insertions(+), 3 deletions(-) (limited to '__e2e__') diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index 781f53782..d03d3232f 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -28,7 +28,6 @@ appId: xyz.blueskyweb.app - hideKeyboard - tapOn: id: "nextBtn" -- tapOn: "Not now" - inputText: "e2e-test" - tapOn: id: "nextBtn" diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index ceadb80e4..fdb71ae7e 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -135,7 +135,7 @@ appId: xyz.blueskyweb.app id: "e2eGotoLists" - tapOn: "Good Ppl" -# - tapOn: "People" +- tapOn: "People" - assertVisible: "View Bob's profile" - tapOn: point: "90%,43%" diff --git a/__e2e__/flows/login.yml b/__e2e__/flows/login.yml index 34fe634c5..80e61a3ba 100644 --- a/__e2e__/flows/login.yml +++ b/__e2e__/flows/login.yml @@ -23,5 +23,4 @@ appId: xyz.blueskyweb.app id: "loginPasswordInput" - inputText: "hunter2" - pressKey: Enter -- tapOn: "Not now" - assertVisible: "Following" 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 @@ -25,6 +25,8 @@ appId: xyz.blueskyweb.app # Can follow/unfollow another user - tapOn: id: "followBtn" +- tapOn: + point: 65%,35% # dismiss the subscribe prompt - tapOn: id: "unfollowBtn" -- cgit 1.4.1